SOLIDWORKS PDM Professional API Help Send Feedback
LongGetAt Method (IEdmDictionary5)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmDictionary5 Interface : LongGetAt Method (IEdmDictionary5)


lKey
Key for which to get a value
pbsRetValue
Value for the specified key
Gets the value for the specified integer key.

Syntax

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 not

Example

Remarks

C++ programmers must release the returned string by calling SysFreeString.

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: The key was not found.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2