DK11 for Delphi | GisLayerVector.TGIS_Shape.UpdatePoint | Constructors | Fields | Methods | Properties
Update point value.
// Delphi public procedure UpdatePoint( const _part : Integer; const _pos : Integer; const _ptg : TGIS_Point ); virtual; abstract;
// C++ Builder public: virtual void UpdatePoint( const int _part, const int _pos, TGIS_Point* const _ptg ) = 0;
Name | Type | Description |
---|---|---|
_part | Integer | part number |
_pos | Integer | point number |
_ptg | TGIS_Point | point to be set; in layer units |