DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetFirstPoint | Constructors | Fields | Methods | Properties
Retrieve the first point from the first segment of geometry.
// C# public virtual TGIS_Point GetFirstPoint();
' VisualBasic Public Overridable Function GetFirstPoint() As TGIS_Point
// Oxygene public function GetFirstPoint : TGIS_Point; virtual;
Type | Description |
---|---|
TGIS_Point | First point in a geometry. |