Share

SettingsSectionView.SettingsSectionViewCreation.SectionGroupElevationRange Property

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



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

Syntax

C#

public PropertyEnum<SectionViewElevationRangeType> SectionGroupElevationRange { get; }

VB

Public ReadOnly Property SectionGroupElevationRange As PropertyEnum(Of SectionViewElevationRangeType)
	Get

C++

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

Property Value

PropertyEnumSectionViewElevationRangeType

See Also

Reference

Was this information helpful?