DK11 for Delphi | GisLayer.TGIS_Layer.Project3D_Ref | Constructors | Fields | Methods | Properties | Events
Applies a projection on the single point in 3D.
// Delphi public procedure Project3D_Ref( var _ptg : TGIS_Point3D ); virtual;
// C++ Builder public: virtual void Project3D_Ref( TGIS_Point3D* &_ptg );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be unprojected |