SettingsTransformationGridScaleFactor Property

Gets or sets a positive value for the grid scale factor.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double GridScaleFactor { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the when the value of property GridScaleFactorComputation is not GridScaleFactorType::UserDefined.
See Also