Share

BaseBaseline.BaselineType Property

Gets the baseline type.



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

Syntax

C#

public abstract CorridorBaselineType BaselineType { get; }

VB

Public MustOverride ReadOnly Property BaselineType As CorridorBaselineType
	Get

C++

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

Property Value

CorridorBaselineType

Remarks

This property is overriden by derived classes to indicate their specific type.

See Also

Reference

Was this information helpful?