DK for Delphi | GisLayerVector.TGIS_Shape.GetPoint3DEx | Constructors | Fields | Methods | Properties
Retrieve a point coordinates from a shape segment.
// Delphi public procedure GetPoint3DEx( const _part : Integer; const _pos : Integer; var _x : Double; var _y : Double; var _z : Double; var _m : Double ); virtual;
// C++ Builder public: virtual void GetPoint3DEx( const int _part, const int _pos, double &_x, double &_y, double &_z, double &_m );
Name | Type | Description |
---|---|---|
_part | Integer | part number |
_pos | Integer | point number |
_x | Double | x coordinate |
_y | Double | y coordinate |
_z | Double | z coordinate |
_m | Double | m coordinate |