DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Unproject3D_Ref | Methods | Properties
Applies reverse projection (recovers from the projection) on the single point in 3D.
// C# public void Unproject3D_Ref( ref ITGIS_Point3D _ptg );
' VisualBasic Public Sub Unproject3D_Ref( ByRef _ptg As ITGIS_Point3D )
// Oxygene public procedure Unproject3D_Ref( var _ptg : ITGIS_Point3D );
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point3D | point to be unprojected |