Share

CorridorState.CurrentRegionEndStation Property

Gets the current region's end station where a Subassembly is being applied.



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

Syntax

C#

public double CurrentRegionEndStation { get; }

VB

Public ReadOnly Property CurrentRegionEndStation As Double
	Get

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?