BaseBaselineIsFeatureLineBased Method

Indicates whether the specific baseline of corridor is feature line based or not.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract bool IsFeatureLineBased()

Return Value

Boolean
Remarks

Derived classes override this pure virtual function to return whether is a feature line based baseline or not.

See Also