Gets or sets a positive value for the grid scale factor.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public double GridScaleFactor { get; set; }
Visual Basic
Public Property GridScaleFactor As Double
Get
Set
Visual C++
public: property double GridScaleFactor { double get (); void set (double value); }
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the when the value of property GridScaleFactorComputation is not GridScaleFactorType::UserDefined. |