User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_shape.partssize

Table of Contents

TGIS_Shape.PartsSize property

Size in bytes of the raw part-offset buffer.

Syntax

# Python
@property
def PartsSize(
  self
) -> int: 

Value

Type
int

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/10 23:59

Page Tools