SettingsTransformationGridScaleFactor Property |
Gets or sets a positive value for the grid scale factor.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double GridScaleFactor { get; set; }
Public Property GridScaleFactor As Double
Get
Set
public:
property double GridScaleFactor {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the when the value of property GridScaleFactorComputation is not GridScaleFactorType::UserDefined.
|
See Also