RuleBasedLabeling.AddElseRule

RuleBasedLabeling.AddElseRule method

Adds a labeling that will be applied to features that don’t match any filtering rule.

public void AddElseRule(Labeling labeling)
ParameterTypeDescription
labelingLabelingA labeling.

Exceptions

exceptioncondition
ArgumentNullExceptionArgument is null.

See Also