Gets the type of divided crowned median treatment.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyEnum<AlignmentMedianTreatmentType> DividedCrownedMedianTreatment { get; }
Visual Basic
Public ReadOnly Property DividedCrownedMedianTreatment As PropertyEnum(Of AlignmentMedianTreatmentType)
	Get
Visual C++
public:
property PropertyEnum<AlignmentMedianTreatmentType>^ DividedCrownedMedianTreatment {
	PropertyEnum<AlignmentMedianTreatmentType>^ get ();
}

See Also