| Visual Basic | |
|---|---|
Function StringGetFirstPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 StringGetFirstPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ StringGetFirstPosition(); | |
Return Value
IEdmPos5; position of the first key-value pairAfter calling this method, pass the position of the first key-value pair to IEdmDictionary5::StringGetNextAssoc to get the first key-value pair in the search result. Then call IEdmDictionary5::StringGetNextAssoc repeatedly to get the rest of the key-value pairs in the search result.
C++ programmers not using smart-pointer wrapper functions must release the returned pointer to IEdmPos5.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2