Share

HardcodedOffsetBaseline.BaselineType Property

Returns the Baseline type.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public override CorridorBaselineType BaselineType { get; }

VB

Public Overrides ReadOnly Property BaselineType As CorridorBaselineType
	Get

C++

public:
virtual property CorridorBaselineType BaselineType {
	CorridorBaselineType get () override;
}

Property Value

CorridorBaselineType

See Also

Reference

Was this information helpful?