RegisteredApps are stored in DWG files. More...
Classes | |
struct | RegisteredAppCollection |
A RegisteredAppCollection provides a mechanism for finding and iterating the RegisteredApps associated with a DgnFile. More... | |
struct | RegisteredApp |
A RegisteredApp stores the name of a Registered Application. More... | |
Typedefs | |
typedef RefCountedPtr < RegisteredApp > | RegisteredAppPtr |
A Reference Counted pointer to a RegisteredApp. More... | |
typedef RefCountedPtr < RegisteredAppCollection > | RegisteredAppCollectionPtr |
A Reference Counted pointer to a RegisteredAppCollection. More... | |
Enumerations | |
enum | RegisteredAppStatus { RA_Success = 0, RA_NameNotUnique = REGISTERED_APP_ERROR_BASE + 1, RA_NotFound = REGISTERED_APP_ERROR_BASE + 2, RA_CantWriteToFile = REGISTERED_APP_ERROR_BASE + 3, RA_CantCreateElement = REGISTERED_APP_ERROR_BASE + 4 } |
Possible status values returned from RegisteredApp methods. More... | |
RegisteredApps are stored in DWG files.
They are found in DGN files that have been converted from DWG files.
typedef RefCountedPtr<RegisteredAppCollection> RegisteredAppCollectionPtr |
A Reference Counted pointer to a RegisteredAppCollection.
typedef RefCountedPtr<RegisteredApp> RegisteredAppPtr |
A Reference Counted pointer to a RegisteredApp.
enum RegisteredAppStatus |
Possible status values returned from RegisteredApp methods.
Enumerator | |
---|---|
RA_Success |
The method succeeded. |
RA_NameNotUnique |
There is already a RegisteredApp with the name supplied. |
RA_NotFound |
The RegisteredApp was not found. |
RA_CantWriteToFile |
Can't save RegisteredAppCollection to file. |
RA_CantCreateElement |
Can't create RegisteredAppCollection element. |