Share

SettingsTransformation.GridScaleFactorComputation Property

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.8.0.280

Syntax

C#

public GridScaleFactorType GridScaleFactorComputation { get; set; }

VB

Public Property GridScaleFactorComputation As GridScaleFactorType
	Get
	Set

C++

public:
property GridScaleFactorType GridScaleFactorComputation {
	GridScaleFactorType get ();
	void set (GridScaleFactorType value);
}

Property Value

GridScaleFactorType

See Also

Reference

Was this information helpful?