Gets the raw Z data of the current shape (3D shapefiles only)
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function GetCurrentZValues As ReadOnlyCollection(Of Double()) |
C# |
---|
public ReadOnlyCollection<double[]> GetCurrentZValues() |
Visual C++ |
---|
public: ReadOnlyCollection<array<double>^>^ GetCurrentZValues() |
JavaScript |
---|
function getCurrentZValues(); |