CorridorState Property

Gets the CorridorState object, which is used for the creation of custom subassemblies.

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

Syntax

C#

public CorridorState CorridorState { get; }

Visual Basic

Public ReadOnly Property CorridorState As CorridorState
	Get

Visual C++

public:
property CorridorState^ CorridorState {
	CorridorState^ get ();
}

See Also