User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.parttypessize

Table of Contents

ITGIS_Shape.PartTypesSize property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.PartTypesSize | Methods | Properties

Size in bytes of the raw part-type buffer.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public Integer PartTypesSize
{
  get {}
}
' VisualBasic
Public Property PartTypesSize As Integer
  Get
  End Get
End Property
// Oxygene
public
  property PartTypesSize : Integer read;

Value

Type
int
Integer

Remarks

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.

2026/07/05 01:25

Page Tools