Gets or sets the elevation range type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
| Exception | Condition |
|---|---|
| [!:System.InvalidOperationException] | Thrown when setting to value SectionViewElevationRangeType::FollowASection but these is no sampled SectionSource in SampleLineGroup. |