| Visual Basic | |
|---|---|
Function GetFirstControlPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstControlPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstControlPosition(); | |
Return Value
IEdmPos5; position of the first control in the listAfter calling this method, pass the returned position of the first control to IEdmCard5::GetNextControl to get the first control in the list. Call IEdmCard5::GetNextControl repeatedly to get the rest of the controls in the list.
C++ programmers not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2