Removes ProfileDesignCheck from the collection by the specified name.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public override sealed void Remove(
string name
) |
Visual Basic |
---|
Public Overrides NotOverridable Sub Remove ( _
name As String _
) |
Visual C++ |
---|
public:
virtual void Remove(
String^ name
) override sealed |
Parameters
- name
- Type: System..::..String
Specifies the name of DesignCheck to remove.
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Throw when the DesignCheck with specified name cannot be found in the collection.
|
See Also