DK for Delphi | GisLayerVector.TGIS_Shape.GetPartType | Constructors | Fields | Methods | Properties
Get the type of a part.
// Delphi public function GetPartType( const _part : Integer ) : TGIS_PartType; virtual;
// C++ Builder public: virtual TGIS_PartType* GetPartType( const int _part );
| Name | Type | Description |
|---|---|---|
| _part | Integer | part number |
| Type | Description |
|---|---|
| TGIS_PartType | Type of the part. |