Sets the value for the specified integer key.
Syntax
Visual Basic (Declaration) | |
---|
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
See Also
Availability
SOLIDWORKS PDM Professional Version 5.2