Removes ProfileDesignCheck from the collection by the specified name.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public override sealed void Remove( string name )
VB
Public Overrides NotOverridable Sub Remove ( name As String )
C++
public: virtual void Remove( String^ name ) override sealed
Parameters
- name String
- Specifies the name of DesignCheck to remove.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Throw when the DesignCheck with specified name cannot be found in the collection. |