DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.Move | Methods | Properties
Moves the scene along the XY axis by delta values expressed in map units.
Available also on: Python.
// C# public void Move( ITGIS_Point3D _delta );
' VisualBasic Public Sub Move( ByVal _delta As ITGIS_Point3D )
// Oxygene public procedure Move( _delta : ITGIS_Point3D );
| Name | Type | Description |
|---|---|---|
| _delta | ITGIS_Point3D | Movement delta values. |