ProfileDesignCheckSetRemoveDesignCheck(ProfileDesignCheckType, String) 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(
	ProfileDesignCheckType type,
	string name
)

Parameters

type  ProfileDesignCheckType
The type of design check.
name  String
The name of design check.
Exceptions
ExceptionCondition
ArgumentException Thrown when the specified design check is not exist.
See Also