Gets or sets the maximum direction value for the range, in radians.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public double MaximumDirection { get; set; }Visual Basic
Public Property MaximumDirection As Double
Get
SetVisual C++
public: property double MaximumDirection { double get (); void set (double value); }
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when the MaximumDirection value is less than MinimumDirection. |