Gets the Measure data of the current shape. This method is currently not implemented

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

Syntax

Visual Basic
Public Function GetCurrentMValues As ReadOnlyCollection(Of Double())
C#
public ReadOnlyCollection<double[]> GetCurrentMValues()
Visual C++
public:
ReadOnlyCollection<array<double>^>^ GetCurrentMValues()
JavaScript
function getCurrentMValues();

See Also