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