VeriStand .NET API Reference

Dictionary.RemoveElement Method

Removes the element specified by key, which is the name of the element.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function RemoveElement ( _
	key As String _
) As Boolean
C#
public bool RemoveElement(
	string key
)
Visual C++
public:
bool RemoveElement(
	String^ key
)

Parameters

key
Type: System.String
The name of the element to remove from the dictionary.

Return Value

true (True in Visual Basic) if the element was removed successfully. This method returns false (False in Visual Basic) if no element matching key is found.

See Also

Log in to get a better experience