Gets the ObjectId of the Corridor object associated with this baseline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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