GridScaleFactor Property

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

Namespace: Autodesk.Civil.Settings
Assembly: 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

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

See Also