DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.PointsMSize | Methods | Properties
Size in bytes of the raw M coordinate buffer.
// C# public Integer PointsMSize { get {} }
' VisualBasic Public Property PointsMSize As Integer Get End Get End Property
// Oxygene public property PointsMSize : Integer read;
| Type |
|---|
| int Integer |
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.