CorridorId Property

Gets the ObjectId of the Corridor object associated with this baseline.

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

Syntax

C#

public ObjectId CorridorId { get; }

Visual Basic

Public ReadOnly Property CorridorId As ObjectId
	Get

Visual C++

public:
property ObjectId CorridorId {
	ObjectId get ();
}

Remarks

All baselines have an associated Corridor, which can be obtained through the ObjectId returned by this property.

See Also

Corridor class
Baseline class
OffsetBaseline class
HardcodedOffsetBaseline class