Click or drag to resize

ICoordinateSystem Interface

Provides access to a coordinate system.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface ICoordinateSystem

The ICoordinateSystem type exposes the following members.

Properties
  NameDescription
Public propertyBaseSystem
Returns the base system of the coordinate system. Returns null if the system is global.
Public propertyIsActive
Returns true if the coordinate system is the active coordinate system. Returns false otherwise.
Public propertyIsGlobal
Returns true if the coordinate system is the global coordinate system. Returns false otherwise.
Public propertyName
Gets or sets the name of the coordinate system.
Top
Methods
  NameDescription
Public methodGetProperty
Returns a property.
Public methodIsEqual
Compares instances of coordinate systems.
Top
See Also