Gets the ID of the Feature Line this baseline is associated with.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public virtual ObjectId FeatureLineId { get; }
VB
Public Overridable ReadOnly Property FeatureLineId As ObjectId Get
C++
public: virtual property ObjectId FeatureLineId { ObjectId get (); }