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


lKey
Key to delete
Deletes the specified integer key and its value.

Syntax

Visual Basic 
Sub LongRemoveAt( _
   ByVal lKey As System.Integer _
) 
C# 
void LongRemoveAt( 
   System.int lKey
)
C++/CLI 
void LongRemoveAt( 
&   System.int lKey
) 

Parameters

lKey
Key to delete

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