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