Gets the value for the specified integer key.
Syntax
Visual Basic (Declaration) | |
---|
Function LongGetAt( _
ByVal lKey As System.Integer, _
ByRef pbsRetValue As System.String _
) As System.Boolean |
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 not
Example
Remarks
See Also
Availability
SOLIDWORKS PDM Professional Version 5.2