SurfaceWatershedStylePointUnits Property |
Gets or sets the value for the point size.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic double PointUnits { get; set; }Public Property PointUnits As Double
Get
Set
public:
property double PointUnits {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the input value is less than 0.0;
|
See Also