 | IObjectsGet Method |
Returns reference to an object with a specified name. If no object is found,
ArgumentException is thrown.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxISimObject Get(
string name
)
Function Get (
name As String
) As ISimObject
Dim instance As IObjects
Dim name As String
Dim returnValue As ISimObject
returnValue = instance.Get(name)
Parameters
- name
- Type: SystemString
Object name.
Return Value
Type:
ISimObjectReference to the object.
See Also