SOLIDWORKS PDM Professional API Help Send Feedback
EdmWorkflowInfo Structure
See Also  Members  
EPDM.Interop.epdm Namespace : EdmWorkflowInfo Structure


Holds information about a file's workflow state.

Syntax

Visual Basic 
Public Structure EdmWorkflowInfo 
   Inherits System.ValueType
C# 
public struct EdmWorkflowInfo : System.ValueType 
C++/CLI 
public value class EdmWorkflowInfo : public System.ValueType 

Example

struct EdmWorkflowInfo
  string mbsStateName;
  string mbsStateIcon;
  string mbsWorkflowName;

};

Example

Remarks

This structure is referenced in the EdmListFile2 structure.

See Also

Availability

Version 6.4 of SOLIDWORKS PDM Professional