Gets or sets the elevation range type.

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

Syntax

C#
public SectionViewElevationRangeType ElevationRangeType { get; set; }
Visual Basic
Public Property ElevationRangeType As SectionViewElevationRangeType
	Get
	Set
Visual C++
public:
property SectionViewElevationRangeType ElevationRangeType {
	SectionViewElevationRangeType get ();
	void set (SectionViewElevationRangeType value);
}

Exceptions

ExceptionCondition
[!:System.InvalidOperationException] Thrown when setting to value SectionViewElevationRangeType::FollowASection but these is no sampled SectionSource in SampleLineGroup.

See Also