Write/Read
About ECal User Characterization

UserDescriptionOfPNA Property


Description

Sets and reads a description of the PNA used to perform the User Characterization. This description is stored with the characterization in the ECal module.

Set this description before sending Initialize or the default (empty string) will be used.

 VB Syntax

userChar.UserDescriptionOfPNA = value

Variable

(Type) - Description

userChar

An ECalUserCharacterizer Object

value

(String) Descriptive text, limited to 14 characters maximum.

Return Type

String

Default

""(Empty String)

Examples

userChar.UserDescriptionOfPNA = "My PNA"

C++ Syntax

HRESULT get_UserDescriptionOfPNA(BSTR *info);

HRESULT put_UserDescriptionOfPNA(BSTR info);

Interface

IECalUserCharacterizer


Last Modified:

2-Nov-2008

New topic (8.33)