AddAttributeRaw

public SalNumber AddAttributeRaw(SalString sName, SalString sValue)

The AddAttributeRaw method does the same thing as the AddAttribute method except that the attribute name will be stored as it is supplied regarding case. E.g. this method will not transform to the attribute name to uppercase.

Please look at the documentation for method AddAttribute for more detailed information.

Parameters

Name Description
SalString sName Name of the attribute to add.
SalString sValue Value for attribute.

Returns

The return value is the attribute number of the added attribute.