BaseBaselineFeatureLineId Property

Gets the ID of the Feature Line this baseline is associated with.

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

Property Value

ObjectId
Remarks
Thrown when the baseline is not based on a feature line. The exception description is "This operation on none feature line based (sub class type) is invalid".
See Also