Gets the ID of the feature line that vertical baseline is associated with.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId FeatureLineIdVertical { get; }
VB
Public ReadOnly Property FeatureLineIdVertical As ObjectId Get
C++
public: property ObjectId FeatureLineIdVertical { ObjectId get (); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the offset baseline is not based on a feature line. |