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


bsKey
Key whose value to set
bsValue
New value
Sets the value for the specified string key.

Syntax

Visual Basic 
Sub StringSetAt( _
   ByVal bsKey As System.String, _
   ByVal bsValue As System.String _
) 
C# 
void StringSetAt( 
   System.string bsKey,
   System.string bsValue
)
C++/CLI 
void StringSetAt( 
&   System.String^ bsKey,
&   System.String^ bsValue
) 

Parameters

bsKey
Key whose value to set
bsValue
New value

Example

See the examples for IEdmDictionary5.

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