DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.AddPoint | Methods | Properties
Adds a 2D vertex to the current part of the shape.
// C# public void AddPoint( ITGIS_Point _ptg );
' VisualBasic Public Sub AddPoint( ByVal _ptg As ITGIS_Point )
// Oxygene public procedure AddPoint( _ptg : ITGIS_Point );
| Name | Type | Description |
|---|---|---|
| _ptg | ITGIS_Point | point coordinates in the layer coordinate space |
PURPOSE: Appends a vertex when constructing or editing point, line, or polygon geometry.
BEHAVIOR: Adds the specified XY coordinate to the active part of the shape. Concrete shape classes implement the geometry- specific rules for accepting the point.
CONSTRAINTS: Abstract method implemented by derived shape classes.
Adds a new 2D (X,Y) point value, specified as TGIS_Point record value, to a specific part of the shape. The new point is added at the end of specified part of the shape