Click or drag to resize

TransformerRemoveResultSet Method

Remove all objects from a query result from the transform selection

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void RemoveResultSet(
	ResultSet aResultSet
)

Parameters

aResultSet
Type: Articy.ApiResultSet
the query result to be removed
See Also