Remove specified item

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Delete(
	int group,
	int element
)
Public Sub Delete ( _
	group As Integer, _
	element As Integer _
)
public:
void Delete(
	int group, 
	int element
)

Parameters

group
Int32
The tag Group
element
Int32
The tag Element

See Also