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


bsKey
Key to remove
Deletes the specified string key and its value.

Syntax

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

Parameters

bsKey
Key to remove

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