Click or drag to resize
SoPatternFilterTypes Enumeration

Possible value of the filterType used by the method loadPatterns.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum FilterTypes
Members
  Member nameValueDescription
INCLUSIVE_FILTER0

Load only the patterns that are in the list of pattern names.

EXCLUSIVE_FILTER1

Load all patterns except those specified in the list of pattern names.

Remarks

In the case INCLUSIVE_FILTER, we only load patterns of the file define by the list of patterns names. In the case EXCLUSIVE_FILTER, we load all patterns defined in the file without those define by the list of patterns names.

See Also