Share

AlignmentDesignCheckCollection.Remove Method

Removes AlignmentDesignCheck 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

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

Remarks

It will remove the corresponding AlignmentDesignCheck existed in AlignmentDesignCheckSet.

See Also

Reference

Was this information helpful?