 | IObjectsUnite Method |
Performs logical union of two objects. Both object must be the same
Type.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxISimObject Unite(
ISimObject simObject1,
ISimObject simObject2
)
Function Unite (
simObject1 As ISimObject,
simObject2 As ISimObject
) As ISimObject
Dim instance As IObjects
Dim simObject1 As ISimObject
Dim simObject2 As ISimObject
Dim returnValue As ISimObject
returnValue = instance.Unite(simObject1,
simObject2)
Parameters
- simObject1
- Type: EMInvent.InventSim.COMServerISimObject
First object, to which Union operation will be added. - simObject2
- Type: EMInvent.InventSim.COMServerISimObject
Second object.
Return Value
Type:
ISimObject
See Also