Gets the ObjectId of the Corridor object associated with this baseline.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId CorridorId { get; }
VB
Public ReadOnly Property CorridorId As ObjectId Get
C++
public: property ObjectId CorridorId { ObjectId get (); }
Property Value
ObjectIdRemarks
All baselines have an associated Corridor, which can be obtained through the ObjectId returned by this property.
See Also
Reference
Corridor class
Baseline class
OffsetBaseline class
HardcodedOffsetBaseline class