RemoveDesignCheck Method (ProfileDesignCheckType, String)

Remove one design check from this ProfileDesignCheckSet.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public void RemoveDesignCheck(
	ProfileDesignCheckType type,
	string name
)

Visual Basic

Public Sub RemoveDesignCheck ( _
	type As ProfileDesignCheckType, _
	name As String _
)

Visual C++

public:
void RemoveDesignCheck(
	ProfileDesignCheckType type, 
	String^ name
)

Parameters

type
Type: Autodesk.Civil.ProfileDesignCheckType
The type of design check.
name
Type: System.String
The name of design check.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the specified design check is not exist.

See Also