DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.PartTypesSize | Methods | Properties
Size in bytes of the raw part-type buffer.
// C# public Integer PartTypesSize { get {} }
' VisualBasic Public Property PartTypesSize As Integer Get End Get End Property
// Oxygene public property PartTypesSize : Integer read;
| Type |
|---|
| int Integer |
PURPOSE: Reports the storage size of thePartTypes buffer for low-level geometry processing and bulk I/O.
BEHAVIOR: The value reflects the byte length of the internal part-type array associated with shape parts.
USAGE: Use this property when copying, serializing, or parsing the raw part-type buffer.
CONSTRAINTS: Read-only. This value is a byte count, not a part count.