DesignCheck Class

The abstract design check class.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]
    Autodesk.CivilDesignCheck
      Autodesk.CivilAlignmentDesignCheck
      Autodesk.CivilProfileDesignCheck

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class DesignCheck : [T:Autodesk.Civil.CivilWrapper<AcDbDatabase>]

The DesignCheck type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets and sets the description of the DesignCheck.
Public propertyExpression Gets or sets the expression of the DesignCheck.
Public propertyName Gets the name of the DesignCheck.
Top
See Also