DK for Delphi | GisInterfaces.IGIS_Editor.AddPointEx | Methods | Properties
Adds a point to the end of the current part of the edited shape.
// Delphi public procedure AddPointEx( const _ptg : TGIS_Point3D );
// C++ Builder public: void AddPointEx( TGIS_Point3D* const _ptg ) = 0;
| Name | Type | Description |
|---|---|---|
| _ptg | TGIS_Point3D | Point to add in Viewer coordinates. |
Use this method to append a point to the tail of the current part of the currently edited shape. See TGIS_Shape.Reverse for an example.