OffsetBaselineFeatureLineIdVertical Property

Gets the ID of the feature line that vertical baseline is associated with.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public ObjectId FeatureLineIdVertical { get; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the offset baseline is not based on a feature line.
Remarks
To get feature line of horizontal baseline, call property FeatureLineId.
See Also