MeanElevation Property

Gets the mean or average elevation of all the points on the surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public double MeanElevation { get; }

Visual Basic

Public ReadOnly Property MeanElevation As Double
	Get

Visual C++

public:
property double MeanElevation {
	double get ();
}

See Also