LabelingRule.CreateElseRule

LabelingRule.CreateElseRule method

Creates new rule that applies a labeling to feature whenever it doesn’t match any filter rule.

public static LabelingRule CreateElseRule(Labeling labeling)
ParameterTypeDescription
labelingLabelingLabeling to apply.

Return Value

New LabelingRule object.

See Also