ProfileDesignCheckCollectionRemove Method |
Removes ProfileDesignCheck from the collection by the specified name.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override sealed void Remove(
string name
)
Public Overrides NotOverridable Sub Remove (
name As String
)
public:
virtual void Remove(
String^ name
) override sealed
Parameters
- name String
- Specifies the name of DesignCheck to remove.
ExceptionsException | Condition |
---|
ArgumentException |
Throw when the DesignCheck with specified name cannot be found in the collection.
|
Remarks
It will remove the corresponding ProfileDesignCheck existed in ProfileDesignCheckSet.
See Also