DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetFirstPoint3D | Methods | Properties
Retrieve the first point from the first segment of geometry in 3D.
// C# public ITGIS_Point3D GetFirstPoint3D();
' VisualBasic Public Function GetFirstPoint3D() As ITGIS_Point3D
// Oxygene public function GetFirstPoint3D : ITGIS_Point3D;
Type | Description |
---|---|
ITGIS_Point3D | First point in a geometry. |