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


poPosition
IEdmPos5; position of the next transition to or from this workflow state (see Remarks)
Gets the next transition to or from this workflow state.

Syntax

Visual Basic 
Function GetNextTransition( _
   ByVal poPosition As IEdmPos5 _
) As IEdmTransition5
C# 
IEdmTransition5 GetNextTransition( 
   IEdmPos5 poPosition
)
C++/CLI 
IEdmTransition5^ GetNextTransition( 
&   IEdmPos5^ poPosition
) 

Parameters

poPosition
IEdmPos5; position of the next transition to or from this workflow state (see Remarks)

Return Value

IEdmTransition5

Example

Remarks

Before calling this method the first time, you must populate poPosition with the interface to the position of the first transition to this workflow state, IEdmPos5. Call IEdmState5::GetFirstTransitionPosition to start an enumeration and obtain IEdmPos5, the position of the first transition.

After calling this method the first time, poPos is automatically incremented every time it is called. Call this method repeatedly to obtain the rest of the transitions to this workflow state.

Be sure to call IEdmPos5::IsNull before you call this method to ensure you have not reached the end of the enumeration.

C++ programmers must free the interface returned, IEdmFile5.

Return codes:

  • S_OK: The method successfully executed.
  • E_EDM_END_OF_LIST: You have gone past the end of the list.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2