Add one design check into this ProfileDesignCheckSet.

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

Syntax

C#
public ProfileDesignCheck AddDesignCheck(
	ProfileDesignCheckType type,
	string name
)
Visual Basic
Public Function AddDesignCheck ( _
	type As ProfileDesignCheckType, _
	name As String _
) As ProfileDesignCheck
Visual C++
public:
ProfileDesignCheck^ AddDesignCheck(
	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:
  1. The specified design check has been added;
  2. The specified design check is not exist.

See Also