Gets the raw shape M(Measures) data in double precision format at given record index, using a supplied dataBuffer to read the data.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Function GetShapeMDataD ( _
	recordIndex As Integer _
) As ReadOnlyCollection(Of Double())
C#
public ReadOnlyCollection<double[]> GetShapeMDataD(
	int recordIndex
)
Visual C++
public:
ReadOnlyCollection<array<double>^>^ GetShapeMDataD(
	int recordIndex
)
JavaScript
function getShapeMDataD(recordIndex);

Parameters

recordIndex
Type: System..::..Int32
The zero based index of the shape data to return

Return Value

See Also