Write only
About ECal User Characterization

SaveToECal Method


Description

Saves the User Characterization to the ECal module. This can take several minutes to complete. To save to PNA disk memory, use SaveToDiskMemory Method. User Characterization can be saved to both PNA disk memory and ECal module memory.

 VB Syntax

userChar.SaveToECal

Variable

(Type) - Description

userChar

An ECalUserCharacterizer (object)

Return Type

Not Applicable

Default

Not Applicable

Examples

userChar.SaveToECal

C++ Syntax

HRESULT SaveToECal();

Interface

IECalUserCharacterizer