DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetFirstPoint | Methods | Properties
Returns the first 2D vertex of the shape.
// C# public ITGIS_Point GetFirstPoint();
' VisualBasic Public Function GetFirstPoint() As ITGIS_Point
// Oxygene public function GetFirstPoint : ITGIS_Point;
| Type | Description |
|---|---|
| ITGIS_Point | First point in the shape in layer coordinate space. |
PURPOSE: Provides convenient access to the starting vertex of the shape geometry.
BEHAVIOR: Returns the first point from the first part.