RimElevation Property

Gets or sets the rim elevation.

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

Syntax

C#

public double RimElevation { get; set; }

Visual Basic

Public Property RimElevation As Double
	Get
	Set

Visual C++

public:
property double RimElevation {
	double get ();
	void set (double value);
}

Remarks

When set, it would hold the consistency with other related attributes/properties.

See Also