Gets or sets the elevation range type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SectionViewElevationRangeType ElevationRangeType { get; set; }
VB
Public Property ElevationRangeType As SectionViewElevationRangeType Get Set
C++
public: property SectionViewElevationRangeType ElevationRangeType { SectionViewElevationRangeType get (); void set (SectionViewElevationRangeType value); }
Property Value
SectionViewElevationRangeTypeExceptions
Exception | Condition |
---|---|
[!:System.InvalidOperationException] | Thrown when setting to value SectionViewElevationRangeType::FollowASection but these is no sampled SectionSource in SampleLineGroup. |