 | ICoordinatesRemove Method |
Removes coordinate system from the project.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid Remove(
ICoordinateSystem system
)
Sub Remove (
system As ICoordinateSystem
)
Dim instance As ICoordinates
Dim system As ICoordinateSystem
instance.Remove(system)
Parameters
- system
- Type: EMInvent.InventSim.COMServerICoordinateSystem
Coordinate sytem to be removed.
See Also