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


lKey
Key whose value to set
bsValue
New value
Sets the value for the specified integer key.

Syntax

Visual Basic 
Sub LongSetAt( _
   ByVal lKey As System.Integer, _
   ByVal bsValue As System.String _
) 
C# 
void LongSetAt( 
   System.int lKey,
   System.string bsValue
)
C++/CLI 
void LongSetAt( 
&   System.int lKey,
&   System.String^ bsValue
) 

Parameters

lKey
Key whose value to set
bsValue
New value

Example

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2