| 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
See the IEdmTransition7 examples.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2011