Click or drag to resize

Access3rdPartyDataState_e Enumeration

Types of the access to the 3rd party data storage

Namespace:  CodeStack.SwEx.AddIn.Enums
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public enum Access3rdPartyDataState_e
Members
  Member nameValueDescription
StorageRead0 Read the data from the third party storage via Access3rdPartyStorageStore(IModelDoc2, String, Boolean) method
StorageWrite1 Save the data from the third party storage via Access3rdPartyStorageStore(IModelDoc2, String, Boolean) method
StreamRead2 Read the data from the 3rd party stream via Access3rdPartyStream(IModelDoc2, String, Boolean)
StreamWrite3 Save the data from the 3rd party stream via Access3rdPartyStream(IModelDoc2, String, Boolean)
See Also