SectionGroupElevationRange Property

Specifies how the elevation range of the section group is set.

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

Syntax

C#

public PropertyEnum<SectionViewElevationRangeType> SectionGroupElevationRange { get; }

Visual Basic

Public ReadOnly Property SectionGroupElevationRange As PropertyEnum(Of SectionViewElevationRangeType)
	Get

Visual C++

public:
property PropertyEnum<SectionViewElevationRangeType>^ SectionGroupElevationRange {
	PropertyEnum<SectionViewElevationRangeType>^ get ();
}

See Also