SOLIDWORKS PDM Professional API Help Send Feedback
EdmProgressType Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmProgressType Enumeration


Types of progress bars that are affected by certain operations.

Syntax

Visual Basic 
Public Enum EdmProgressType 
   Inherits System.Enum
C# 
public enum EdmProgressType : System.Enum 
C++/CLI 
public enum class EdmProgressType : public System.Enum 

Members

MemberDescription
Ept_FileTransfer2 = Progress bar for copying the data of a single file
Ept_Operation1 = Progress bar for the entire operation
Ept_UpdateReference3 = Progress bar for updating file references

See Also