BaseBaselineIsFeatureLineBased Method |
Indicates whether the specific baseline of corridor is feature line based or not.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic abstract bool IsFeatureLineBased()
Public MustOverride Function IsFeatureLineBased As Boolean
public:
virtual bool IsFeatureLineBased() abstract
Return Value
Boolean
RemarksDerived classes override this pure virtual function to return whether is a feature line based baseline or not.
See Also