BaseBaselineCorridorId Property |
Gets the ObjectId of the Corridor object associated with this baseline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId CorridorId { get; }
Public ReadOnly Property CorridorId As ObjectId
Get
public:
property ObjectId CorridorId {
ObjectId get ();
}
Property Value
ObjectId
RemarksAll baselines have an associated Corridor, which can be obtained through
the ObjectId returned by this property.
See AlsoReference
Corridor class
Baseline class
OffsetBaseline class
HardcodedOffsetBaseline class