User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.partssize

Table of Contents

ITGIS_Shape.PartsSize property

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

Size in bytes of the raw part-offset buffer.

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

Syntax

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

Value

Type
int
Integer

Remarks

PURPOSE: Reports the storage size of theParts buffer for low-level geometry processing and bulk I/O.

BEHAVIOR: The value reflects the byte length of the internal part-offset array used by multipart shapes.

USAGE: Use this property when copying, serializing, or parsing the raw parts buffer.

CONSTRAINTS: Read-only. This value is a byte count, not a part count.

2026/07/05 01:25

Page Tools