Removes AlignmentDesignCheck from the collection by the specified name.
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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 sealedParameters
- name
- Type: System.String
Specifies the name of DesignCheck to remove.
Remarks
It will remove the corresponding AlignmentDesignCheck existed in AlignmentDesignCheckSet.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Throw when the DesignCheck with specified name cannot be found in the collection. |