Click or drag to resize

imbAttribute Constructor (imbAttributeName, Enum, String, String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the imbAttribute class

Namespace:  imbSCI.Core.attributes
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public imbAttribute(
	imbAttributeName _name,
	Enum _keyname,
	string letterOrSufix,
	string symbolOrName,
	string formatA = "",
	string formatB = ""
)
Request Example View Source

Parameters

_name
Type: imbSCI.Core.attributesimbAttributeName
_keyname
Type: SystemEnum
letterOrSufix
Type: SystemString
symbolOrName
Type: SystemString
formatA (Optional)
Type: SystemString
formatB (Optional)
Type: SystemString
See Also