Share

HardcodedOffsetBaseline.IsFeatureLineBased 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.280

Syntax

C#

public override sealed bool IsFeatureLineBased()

VB

Public Overrides NotOverridable Function IsFeatureLineBased As Boolean

C++

public:
virtual bool IsFeatureLineBased() override sealed

Return Value

Boolean

Remarks

If this hard coded offset baseline is feature line based, then it will return true.

See Also

Reference

Was this information helpful?