 | ISimObjectGetOperationProperty Method |
Returns property of an operation.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIProperty GetOperationProperty(
int operationIndex,
string propertyName
)
Function GetOperationProperty (
operationIndex As Integer,
propertyName As String
) As IProperty
Dim instance As ISimObject
Dim operationIndex As Integer
Dim propertyName As String
Dim returnValue As IProperty
returnValue = instance.GetOperationProperty(operationIndex,
propertyName)
Parameters
- operationIndex
- Type: SystemInt32
Index of the operation in the object operations list. - propertyName
- Type: SystemString
Property name.
Return Value
Type:
IPropertyReference to the property.
See Also