Gets or sets how to specify the vertical range of the profile view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public ElevationRangeType ElevationRangeMode { get; set; } |
| Visual Basic |
|---|
Public Property ElevationRangeMode As ElevationRangeType Get Set |
| Visual C++ |
|---|
public: property ElevationRangeType ElevationRangeMode { ElevationRangeType get (); void set (ElevationRangeType value); } |