DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Unproject3D_Ref | Constructors | Fields | Methods | Properties | Events
Applies reverse projection (recovers from the projection) on the single point in 3D.
// C# public virtual void Unproject3D_Ref( ref TGIS_Point3D _ptg );
' VisualBasic Public Overridable Sub Unproject3D_Ref( ByRef _ptg As TGIS_Point3D )
// Oxygene public procedure Unproject3D_Ref( var _ptg : TGIS_Point3D ); virtual;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be unprojected |