Gets or sets whether the design check set is used.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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); }