ProfileDesignCheckCollectionRemove Method

Removes ProfileDesignCheck from the collection by the specified name.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override sealed void Remove(
	string name
)

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 ProfileDesignCheck existed in ProfileDesignCheckSet.
See Also