SOLIDWORKS PDM Professional API Help Send Feedback
StateName Property (IEdmSearchResult5)
See Also 
EPDM.Interop.epdm Namespace > IEdmSearchResult5 Interface : StateName Property (IEdmSearchResult5)


Gets the name of the file's workflow state.

Syntax

Visual Basic 
ReadOnly Property StateName As System.String
C# 
System.string StateName {get;}
C++/CLI 
property System.String^ StateName {
   System.String^ get();
}

Property Value

Name of the file's workflow state

See Also