IXCommand AddFilter Method iQSim © XIQS Communication Framework
Add a filter object to the command @throws FilterExistException a filter from same type already exist

Namespace: com.iqsim.xiqs
Assembly: xiqscom (in xiqscom.dll) Version: 1.0.4841.26741
Syntax

void AddFilter(
	IXFilter f
)

Parameters

f
Type: com.iqsim.xiqs IXFilter
either a complexfilter or a simplefilter object
Exceptions

See Also