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


Gets the source state of this transition.

Syntax

Visual Basic 
ReadOnly Property FromState As IEdmState5
C# 
IEdmState5 FromState {get;}
C++/CLI 
property IEdmState5^ FromState {
   IEdmState5^ get();
}

Property Value

IEdmState5; Null if no source state exists (see Remarks)

Remarks

A SOLIDWORKS PDM Professional workflow contains one transition, called AddedToFileVault, without a source state. In SOLIDWORKS PDM Professional 5.2, trying to access the FromState property of the AddedToFileVault transition results in an exception with the error code E_EDM_STATE_NOT_FOUND. In SOLIDWORKS PDM Professional 5.3 and later, the FromState property can be read without exception from the AddedToFileVault transition.

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2