Add one design check into this ProfileDesignCheckSet.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public ProfileDesignCheck AddDesignCheck( ProfileDesignCheckType type, string name ) |
Visual Basic |
---|
Public Function AddDesignCheck ( _ type As ProfileDesignCheckType, _ name As String _ ) As ProfileDesignCheck |
Visual C++ |
---|
public: ProfileDesignCheck^ AddDesignCheck( ProfileDesignCheckType type, String^ name ) |
Parameters
- type
- Type: Autodesk.Civil..::..ProfileDesignCheckType
The type of design check.
- name
- Type: System..::..String
The name of design check.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException |
Thrown when:
|