ProfileDesignCheckSetRemoveDesignCheck(ProfileDesignCheckType, String) Method |
Remove one design check from this ProfileDesignCheckSet.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveDesignCheck(
ProfileDesignCheckType type,
string name
)
Public Sub RemoveDesignCheck (
type As ProfileDesignCheckType,
name As String
)
public:
void RemoveDesignCheck(
ProfileDesignCheckType type,
String^ name
)
Parameters
- type ProfileDesignCheckType
- The type of design check.
- name String
- The name of design check.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the specified design check is not exist.
|
See Also