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


poDestRect
EdmRect structure; contains the size and position where to draw the image
Gets the bounding rectangle where the image is drawn.

Syntax

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

Parameters

poDestRect
EdmRect structure; contains the size and position where to draw the image

Remarks

Return codes:

  • S_OK: The method successfully executed.
 

See Also

Availability

SOLIDWORKS PDM Professional 2013