Share

SettingsTransformation.GridScaleFactor 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.280

Syntax

C#

public double GridScaleFactor { get; set; }

VB

Public Property GridScaleFactor As Double
	Get
	Set

C++

public:
property double GridScaleFactor {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the when the value of property GridScaleFactorComputation is not GridScaleFactorType::UserDefined.

See Also

Reference

Was this information helpful?