C++
virtual Acad::ErrorStatus ProfileReset( const ACHAR * strProfileName ) = 0;
Description
The settings under the profile strProfileName are deleted and the profile reverts to default settings.
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 |