SurfaceAnalysisDirectionDataMinimumDirection Property |
Gets or sets the minimum direction value for the range, in radians.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double MinimumDirection { get; set; }Public Property MinimumDirection As Double
Get
Set
public:
property double MinimumDirection {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the MinimumDirection value is greater than MaximumDirection.
|
See Also