Share

AcDbDatabase::registerApp

C++

ACDBCORE2D_PORT Acad::ErrorStatus registerApp(
    const wchar_t * pszAppName
);

Description

Registers an application name (for use by Xdata).

Parameters

Parameters Description
pszAppName Application name to register

Returns

Acad::eOk if application name is successfully registered in this database, otherwise an error code.

Remarks

Rejects names with vertical bars and other invalid chars.

Returns Acad::eOk if the name is already registered.

Links

AcDbDatabase Class

Was this information helpful?