Gets or sets the GridScaleFactorType enum value that specifies the type of scale factor.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public GridScaleFactorType GridScaleFactorComputation { get; set; }
Visual Basic
Public Property GridScaleFactorComputation As GridScaleFactorType
	Get
	Set
Visual C++
public:
property GridScaleFactorType GridScaleFactorComputation {
	GridScaleFactorType get ();
	void set (GridScaleFactorType value);
}

See Also