ApplyGradeFactor Property

Specifies whether the Grade factor in the Weed Vertices dialog box is selected by default.

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

Syntax

C#

public PropertyBoolean ApplyGradeFactor { get; }

Visual Basic

Public ReadOnly Property ApplyGradeFactor As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ ApplyGradeFactor {
	PropertyBoolean^ get ();
}

See Also