CalculatedValueRuleCollectionRemove Method

Spotfire 15.0 API Reference
Removes the specified rule from the collection.

Namespace:  Spotfire.Dxp.Application.Visuals.Miniatures
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public bool Remove(
	CalculatedValueRule rule
)

Parameters

rule
Type: Spotfire.Dxp.Application.Visuals.MiniaturesCalculatedValueRule
The rule to remove.

Return Value

Type: Boolean
True if the rule was removed; otherwise false.
Version Information


See Also

Reference