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