Links
AcMapIE:: StorageType Enumeration
Enumerates the storage types of import and export formats. These enumerated values are returned by functions in the AcMapIEFormatclass and describe the data set type. A value can apply to only import, only export, or to both.
enum StorageType {
kStorage_Invalid,
kStorage_FileAllEntityTypes,
kStorage_FileMultiSelect,
kStorage_FileOneEntityType,
kStorage_FolderWithPrefix,
kStorage_FolderNoPrefix,
kStorage_FolderOneEntityType,
kStorage_FileMultiClassNone,
kStorage_FileMultiClassLayer,
kStorage_FileMultiClassObjectClass,
kStorage_FileMultiClassObjectData,
kStorage_FileMultiClassLinkTemplate,
kStorage_FolderMultiClassNone,
kStorage_FolderMultiClassLayer,
kStorage_FolderMultiClassObjectClass,
kStorage_FolderMultiClassObjectData,
kStorage_FolderMultiClassLinkTemplate,
kStorage_Database,
kStorage_DatabaseMultiClassNone,
kStorage_DatabaseMultiClassLayer,
kStorage_DatabaseMultiClassObjectClass,
kStorage_DatabaseMultiClassObjectData,
kStorage_DatabaseMultiClassLinkTemplate
};
File
AcMapIEEnum.h
|
Parameters |
Description |
|
kStorage_Invalid |
Invalid storage type. |
|
kStorage_FileAllEntityTypes |
For import, the importer Init()expects a single file name. For export, the exporter Init()expects a single file name and the exporter can export all entity types. |
|
kStorage_FileMultiSelect |
For import, the importer Init()expects one or more file names. Does not apply to export. |
|
kStorage_FileOneEntityType |
Does not apply to import. For export, the exporter Init()expects a single file name and the exporter can export only one entity type. |
|
kStorage_FolderWithPrefix |
Does not apply to import. For export, the exporter Init()expects a folder name and the exporter can export all entity types. |
|
kStorage_FolderNoPrefix |
For import, the importer Init()expects a folder name. For export, the exporter Init()expects a folder name and the exporter can export all entity types. |
|
kStorage_FolderOneEntityType |
Does not apply to import. For export, the exporter Init()expects a folder name and the exporter can export only one entity type. |
|
kStorage_FileMultiClassNone |
Does not apply to import. For export, the exporter Init()expects a file name and the exporter will export a single class. |
|
kStorage_FileMultiClassLayer |
Does not apply to import. For export, the exporter Init()expects a file name and the exporter will export classes by layer. |
|
kStorage_FileMultiClassObjectClass |
Does not apply to import. For export, the exporter Init()expects a file name and the exporter will export classes by object class. |
|
kStorage_FileMultiClassObjectData |
Does not apply to import. For export, the exporter Init()expects a file name and the exporter will export classes by object data. |
|
kStorage_FileMultiClassLinkTemplate |
Does not apply to import. For export, the exporter Init()expects a file name and the exporter will export classes by link template. |
|
kStorage_FolderMultiClassNone |
Does not apply to import. For export, the exporter Init()expects a folder name and the exporter will export a single class. |
|
kStorage_FolderMultiClassLayer |
Does not apply to import. For export, the exporter Init()expects a folder name and the exporter will export classes by layer. |
|
kStorage_FolderMultiClassObjectClass |
Does not apply to import. For export, the exporter Init()expects a folder name and the exporter will export classes by object class. |
|
kStorage_FolderMultiClassObjectData |
Does not apply to import. For export, the exporter Init()expects a folder name and the exporter will export classes by object data. |
|
kStorage_FolderMultiClassLinkTemplate |
Does not apply to import. For export, the exporter Init()expects a folder name and the exporter will export classes by link template. |
|
kStorage_Database |
Not supported. |
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].