Gets the maximum of range.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public Object RangeMax { get; }
VB
Public ReadOnly Property RangeMax As Object Get
C++
public: property Object^ RangeMax { Object^ get (); }