DK11 for Delphi | GisEditor.TGIS_Editor.AddPointEx | Constructors | Methods | Properties | Events
Add a new point for a group.
Implements IGIS_Editor.AddPointEx.
// Delphi public procedure AddPointEx( const _ptg : TGIS_Point3D );
// C++ Builder public: void AddPointEx( TGIS_Point3D* const _ptg );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be added; expected Viewer coordinate system |
Use this method to the tail of the current part of the currently edited shape within a group. See TGIS_Shape.Reverse for example.