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


Gets the name of the icon used in the workflow graph.

Syntax

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

Property Value

Name of the icon

Remarks

You can extract the icon from the WfIcons.dll, where the resource ID is the name stored in this property appended by "_SML".

See Also