#include <DgnPlatform/DgnHost.h>
Go to the source code of this file.
Classes | |
struct | DgnDocumentBrowserDefaults |
struct | DgnFolderBrowserDefaults |
struct | DgnBaseMoniker |
A DgnBaseMoniker identifies a file or a folder. More... | |
struct | DgnDocumentMoniker |
A DgnDocumentMoniker identifies a file. More... | |
struct | DgnFolderMoniker |
A DgnFolderMoniker identifies a folder. More... | |
struct | DgnDocumentNameProperty |
struct | DgnDocument |
A DgnDocument represents a file. More... | |
struct | DgnFolder |
struct | DgnBaseMonikerList |
Collection of base monikers. More... | |
struct | DgnDocumentMonikerList |
Collection of document monikers. More... | |
struct | DgnFolderMonikerList |
Collection of folder monikers. More... | |
struct | DgnDocumentManager |
DgnDocumentManager provides services to create, find, open, and save files, either to/from the local file system or to/from a DMS such as ProjectWise if one is in use. More... | |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::DgnPlatform | |
The DgnPlatform namespace contains types defined by the DgnPlatform. | |
Enumerations | |
enum | RelativePathPreference { Never = 0, Allow = 1, CreateIfPossible = 2 } |