ProfileDesignCheckSetRemoveDesignCheck(ProfileDesignCheck) Method

Remove one design check from this ProfileDesignCheckSet.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void RemoveDesignCheck(
	ProfileDesignCheck designCheck
)

Parameters

designCheck  ProfileDesignCheck
The design check needed to be removed.
Exceptions
ExceptionCondition
ArgumentException Thrown when the specified design check is not exist.
See Also