Click or drag to resize

PropertyCollectionExtendedAdd Method (Object, Object, String, String, String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified key.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyEntry Add(
	Object key,
	Object value,
	string __name,
	string __description,
	string __unit = "",
	string __letter = "",
	string __symbol = ""
)
Request Example View Source

Parameters

key
Type: SystemObject
The key.
value
Type: SystemObject
The value.
__name
Type: SystemString
The name.
__description
Type: SystemString
The description.
__unit (Optional)
Type: SystemString
The unit.
__letter (Optional)
Type: SystemString
The letter.
__symbol (Optional)
Type: SystemString
The symbol.

Return Value

Type: PropertyEntry
See Also