Adds a new item to parameters collection.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
 Syntax
Syntax
| C# | 
|---|
| public ParamBool Add(
	string name,
	bool value
) | 
| Visual Basic | 
|---|
| Public Function Add ( _
	name As String, _
	value As Boolean _
) As ParamBool | 
| Visual C++ | 
|---|
| public:
ParamBool^ Add(
	String^ name, 
	bool value
) | 
Parameters
- name
- Type: System..::..String
 Name of the new parameter.
- value
- Type: System..::..Boolean
 Value of the new parameter.
Remarks
 Exceptions
Exceptions
| Exception | Condition | 
|---|
| System..::..ArgumentException | Thrown when name is a empty string. | 
 See Also
See Also