DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Project | Methods | Properties
Applies a projection on the single point.
// C# public ITGIS_Point Project( ITGIS_Point _ptg );
' VisualBasic Public Function Project( ByVal _ptg As ITGIS_Point ) As ITGIS_Point
// Oxygene public function Project( _ptg : ITGIS_Point ) : ITGIS_Point;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point | point to be projected |
Type | Description |
---|---|
ITGIS_Point | point with applied projection |