Returns the elevation value of the grid point specified by the column and row indices.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
public double GetValue( int column, int row ) |
Visual Basic |
---|
Public Function GetValue ( _ column As Integer, _ row As Integer _ ) As Double |