ModelSubCategoryHiliteMode Type alias

Describes how the sets of hilited models and subcategories in a HiliteSet interact.

  • "union" indicates a Feature will be hilited if either its model or its subcategory is present in the HiliteSet.
  • "intersection" indicates a Feature will be hilited only if both its model and its subcategory are present in the HiliteSet.

@see HiliteSet.modelSubCategoryMode to change the mode for a HiliteSet.

ModelSubCategoryHiliteMode = "union" | "intersection"

Defined in

Last Updated: 28 March, 2024