User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.pointsmsize

Table of Contents

ITGIS_Shape.PointsMSize property

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

Size in bytes of the raw M coordinate buffer.

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

Syntax

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

Value

Type
int
Integer

Remarks

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

BEHAVIOR: The value reflects the byte length of the internal M array associated with the shape vertices.

USAGE: Use this property when copying, serializing, or parsing raw measure data.

CONSTRAINTS: Read-only. This value is a byte count, not a vertex count. It is zero for shapes without M values.

2026/07/05 01:25

Page Tools