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


ppoVertices
Array of EdmPoint structures; one structure for each point that makes up the transition arrow
Gets the points that make up the transition arrow in the workflow graph.

Syntax

Visual Basic 
Sub GetArrowVertices( _
   ByRef ppoVertices() As EdmPoint _
) 
C# 
void GetArrowVertices( 
   out EdmPoint[] ppoVertices
)
C++/CLI 
void GetArrowVertices( 
&   [Out] array<EdmPoint>^ ppoVertices
) 

Parameters

ppoVertices
Array of EdmPoint structures; one structure for each point that makes up the transition arrow

Example

See the IEdmTransition7 examples.

Remarks

Return codes:

  • S_OK: The method successfully executed.
 

See Also

Availability

SOLIDWORKS PDM Professional 2011