DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetPoint | Methods | Properties
Returns the 2D vertex at the specified part and position.
// C# public ITGIS_Point GetPoint( int _part, int _pos );
' VisualBasic Public Function GetPoint( ByVal _part As Integer, ByVal _pos As Integer ) As ITGIS_Point
// Oxygene public function GetPoint( _part : Integer; _pos : Integer ) : ITGIS_Point;
| Name | Type | Description |
|---|---|---|
| _part | int Integer | zero-based part index |
| _pos | int Integer | zero-based vertex index within the part |
| Type | Description |
|---|---|
| ITGIS_Point | Point coordinates in the layer coordinate space. |
PURPOSE: Provides direct access to stored XY geometry coordinates for inspection or processing.
BEHAVIOR: Reads the point from the specified part and vertex position without coordinate transformation.