DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Unproject3D | Methods | Properties
Applies reverse projection (recovers from the projection) on the singlepoint in 3D.
// C# public ITGIS_Point3D Unproject3D( ITGIS_Point3D _ptg );
' VisualBasic Public Function Unproject3D( ByVal _ptg As ITGIS_Point3D ) As ITGIS_Point3D
// Oxygene public function Unproject3D( _ptg : ITGIS_Point3D ) : ITGIS_Point3D;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point3D | point to be unprojected |
Type | Description |
---|---|
ITGIS_Point3D | unprojected 3D point |