Access3rdPartyDataState_e Enumeration |
Namespace: CodeStack.SwEx.AddIn.Enums
Member name | Value | Description | |
---|---|---|---|
StorageRead | 0 | Read the data from the third party storage via Access3rdPartyStorageStore(IModelDoc2, String, Boolean) method | |
StorageWrite | 1 | Save the data from the third party storage via Access3rdPartyStorageStore(IModelDoc2, String, Boolean) method | |
StreamRead | 2 | Read the data from the 3rd party stream via Access3rdPartyStream(IModelDoc2, String, Boolean) | |
StreamWrite | 3 | Save the data from the 3rd party stream via Access3rdPartyStream(IModelDoc2, String, Boolean) |