Share

AcApProfileManager::ProfileSetCurrent

C++

virtual Acad::ErrorStatus ProfileSetCurrent(
    const ACHAR * strProfileName
) = 0;

Description

The profile specified, strprofileName, is made the current profile for the ACAD session.

The function could return with the following return codes:

Acad::eProfileDoesNotExist The specified profile name is not found in the registry.
Acad::eRegistryAccessError Could not access/update registry.
Acad::eOk Operation completed successfully.

Parameters

Parameters Description
strProfileName Input profile name

Links

AcApProfileManager

Was this information helpful?