| 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
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2013