 | IMeshOperationsGet Method |
Returns a mesh operation with the specified name.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIMeshOperation Get(
string name
)
Function Get (
name As String
) As IMeshOperation
Dim instance As IMeshOperations
Dim name As String
Dim returnValue As IMeshOperation
returnValue = instance.Get(name)
Parameters
- name
- Type: SystemString
Name of the mesh operation.
Return Value
Type:
IMeshOperationReference to the mesh operation.
See Also