Remove Method

Removes AlignmentDesignCheck from the collection by the specified name.

Namespace: Autodesk.Civil
Assembly: 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 sealed

Parameters

name
Type: System.String
Specifies the name of DesignCheck to remove.

Remarks

It will remove the corresponding AlignmentDesignCheck existed in AlignmentDesignCheckSet.

Exceptions

ExceptionCondition
System.ArgumentException Throw when the DesignCheck with specified name cannot be found in the collection.

See Also