 | ICoordinatesActiveSystem Property |
Gets and sets active coordinate system. This system is used when adding new
objects
or performing operations on them.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxICoordinateSystem ActiveSystem { get; set; }Property ActiveSystem As ICoordinateSystem
Get
Set
Dim instance As ICoordinates
Dim value As ICoordinateSystem
value = instance.ActiveSystem
instance.ActiveSystem = value
Property Value
Type:
ICoordinateSystem
See Also