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


poRect
EdmRect structure; bounding rectangle of the state box displayed in the workflow editor
Gets the bounding rectangle of the state box displayed in the workflow editor.

Syntax

Visual Basic 
Sub GetRect( _
   ByRef poRect As EdmRect _
) 
C# 
void GetRect( 
   out EdmRect poRect
)
C++/CLI 
void GetRect( 
&   [Out] EdmRect poRect
) 

Parameters

poRect
EdmRect structure; bounding rectangle of the state box displayed in the workflow editor

Example

See the IEdmState7 examples.

Remarks

Return codes:

  • S_OK: The method successfully executed.
 

See Also

Availability

SOLIDWORKS PDM Professional 2011