Gets or sets a positive value for the grid scale factor.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public double GridScaleFactor { get; set; }Visual Basic
Public Property GridScaleFactor As Double
Get
SetVisual 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. |