 | ICoordinatesActivePlane Property |
Gets and sets active plane. Active plane 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
Syntaxstring ActivePlane { get; set; }Property ActivePlane As String
Get
Set
Dim instance As ICoordinates
Dim value As String
value = instance.ActivePlane
instance.ActivePlane = value
Property Value
Type:
String
See Also