Gets the CorridorState object, which is used for the creation of custom subassemblies.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CorridorState CorridorState { get; }
VB
Public ReadOnly Property CorridorState As CorridorState Get
C++
public: property CorridorState^ CorridorState { CorridorState^ get (); }