UseDesignCheckSet Property

Gets or sets whether the Alignment uses the design check set.

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

Syntax

C#

public bool UseDesignCheckSet { get; set; }

Visual Basic

Public Property UseDesignCheckSet As Boolean
	Get
	Set

Visual C++

public:
property bool UseDesignCheckSet {
	bool get ();
	void set (bool value);
}

See Also