Share

CorridorState.CurrentAssemblyElevation Property

Returns elevation difference from profile grade line elevation where current assembly is being applied.



Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double CurrentAssemblyElevation { get; }

VB

Public ReadOnly Property CurrentAssemblyElevation As Double
	Get

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?