DK for ActiveX | TatukGIS_XDK11.ITGIS_PartDescriptors.PartDescriptor | Methods | Properties
Part descriptor array. Should be equal to number of shape parts.
// C# public TGIS_PartDescriptor PartDescriptor[_index int] { get {} set {} }
' VisualBasic Public Property PartDescriptor(ByVal _index As Integer] As TGIS_PartDescriptor Get End Get Set(ByVal value As TGIS_PartDescriptor) End Set End Property
// Oxygene public property PartDescriptor[ _index : Integer ] : TGIS_PartDescriptor read read;
| Name | Type | Description |
|---|---|---|
| _index | int Integer | part descriptor array index |
| Type |
|---|
| TGIS_PartDescriptor |