Write / Read
About ECal User Characterization

CharacterizationNumber Property


Description

Sets and reads the number to which the user characterization will be stored in the ECal module.  The number must be set before sending Initialize or the default value (1) will be used.

 

 VB Syntax

userChar.CharacterizationNumber = value

Variable

(Type) - Description

userChar

An ECalUserCharacterizer Object

value

(Long) User Characterization number. Choose a value between 1 and 12.

Return Type

Long Integer

Default

Not Applicable

Examples

userChar.CharacterizationNumber = 5

C++ Syntax

HRESULT put_CharacterizationNumber(long *Number);

Interface

IECalUserCharacterizer