Remove one design check from this ProfileDesignCheckSet.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void RemoveDesignCheck( ProfileDesignCheckType type, string name )
VB
Public Sub RemoveDesignCheck ( type As ProfileDesignCheckType, name As String )
C++
public: void RemoveDesignCheck( ProfileDesignCheckType type, String^ name )
Parameters
- type ProfileDesignCheckType
- The type of design check.
- name String
- The name of design check.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the specified design check is not exist. |