| Visual Basic | |
|---|---|
Function LongGetAt( _ ByVal lKey As System.Integer, _ ByRef pbsRetValue As System.String _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool LongGetAt( System.int lKey, out System.string pbsRetValue ) | |
| C++/CLI | |
|---|---|
System.bool LongGetAt( & System.int lKey, & [Out] System.String^ pbsRetValue ) | |
Parameters
- lKey
- Key for which to get a value
- pbsRetValue
- Value for the specified key
Return Value
True if the key was found, false if notC++ programmers must release the returned string by calling SysFreeString.
- S_OK: The method successfully executed.
- S_FALSE: The key was not found.
IEdmDictionary5 Interface
IEdmDictionary5 Members
IEdmDictionary5::StringGetAt Method ()
IEdmDictionary5::LongSetAt Method ()
IEdmDictionary5::LongRemoveAt Method ()
IEdmDictionary5 Members
IEdmDictionary5::StringGetAt Method ()
IEdmDictionary5::LongSetAt Method ()
IEdmDictionary5::LongRemoveAt Method ()
SOLIDWORKS PDM Professional Version 5.2