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