Interface ICAMAPIFilesInStreamStorageLib
Root object of FilesInStream.dll
Assembly: CAMAPI.FilesInStream.dll
Syntax
[Guid("19CAC387-0F3B-4B04-9657-CAAF617C5A77")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMAPIFilesInStreamStorageLib
Methods
CreateNewStorage()
Imports specified GeomFilePath file to the TargetFolder folder. If ShowDialog is true the import file window will appear. When TargetFolder is empty it imports to the current folder.
Declaration
ICAMAPIFilesInStreamStorage CreateNewStorage()
Returns
Declaration
void ExtractStorage(string StorageFile, string DestinationPath, bool Overwrite, bool MakeMetadataFile)
Parameters
Type |
Name |
Description |
string |
StorageFile |
|
string |
DestinationPath |
|
bool |
Overwrite |
|
bool |
MakeMetadataFile |
|
PackStorage(string, string, string, bool, TFISStorageCompressionType)
Declaration
void PackStorage(string Path, string Mask, string StorageFile, bool Deep, TFISStorageCompressionType CompressionType)
Parameters