#include <Mstn/Mdlapi/filelist.h>
#include <RmgrTools/Tools/msstrlst.h>
#include <Mstn/MicroStationApiErrors.r.h>
#include <Bentley/WString.h>
#include <DgnPlatform\DgnDocumentManager.h>
#include <DgnPlatform\DgnFile.h>
#include <ECObjects\ECInstance.h>
#include <vector>
Go to the source code of this file.
Classes | |
struct | MSDocumentOpenDialogParams |
This struct specifies all of the options for presenting the "Open File" dialog to the user. More... | |
struct | MSWorkspaceInfo |
struct | MSDocumentManager |
MSDocumentManager provides services to create, find, open, and save files, either to/from the local file system or to/from a Document Management System such as ProjectWise if one is in use. More... | |
struct | DgnDocumentList |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::MstnPlatform | |
Namespace for classes, methods and functions of the MstnPlatform library. | |
Typedefs | |
typedef RefCountedPtr < MstnPlatform::DgnDocumentList > | DgnDocumentListPtr |
A reference counted pointer for an instance of DgnDocumentList. More... | |
typedef RefCountedPtr < MstnPlatform::MSFolderList > | MSFolderListPtr |
A reference counted pointer for an instance of MSFolderList. More... | |
typedef bvector< DgnFilePtr > | T_DgnFilePtrVector |
typedef bvector< DgnFilePtr > const * | T_DgnFilePtrVectorCP |
typedef bvector< DgnFilePtr > const & | T_DgnFilePtrVectorCR |
typedef bvector< DgnFilePtr > & | T_DgnFilePtrVectorR |