Click or drag to resize

PropertyCollectionExtendedAddMetaFor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Redefines meta descriptions for key entry. Empty or null entries are ignored

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void AddMetaFor(
	Object key,
	string __unit = "",
	string __letter = "",
	string __symbol = "",
	string __name = "",
	bool skipExisting = false
)
Request Example View Source

Parameters

key
Type: SystemObject
The key.
__unit (Optional)
Type: SystemString
The unit.
__letter (Optional)
Type: SystemString
The letter.
__symbol (Optional)
Type: SystemString
The symbol.
__name (Optional)
Type: SystemString
The name.
skipExisting (Optional)
Type: SystemBoolean
See Also