Gets the Measure data of the current shape.
This method is currently not implemented
Namespace:
EGIS.ShapeFileLibAssembly: 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(); |