DK11 for Delphi | GisLayerVector.TGIS_Shape.getPartOffset | Constructors | Fields | Methods | Properties
Calculate a part offset. Not Valid for TGIS_Point and TGIS_MultiPoint.
// Delphi protected function getPartOffset( _part : Integer ) : Integer; virtual;
// C++ Builder protected: virtual int getPartOffset( int _part );
Name | Type | Description |
---|---|---|
_part | Integer | number of part |
Type | Description |
---|---|
Integer | Offset of part within shape geometry.. |