Click or drag to resize
SoGraphicConfigTemplatePreferences Enumeration

Priority requirement.

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Preferences
Members
  Member nameValueDescription
REQUIRED2147483647

Means crucial and absolutely required.

PREFERRED16

Means "better if available" but not crucial.

Any other positive int value correspond to a priority level (the max priority correspond to REQUIRED).

FORBIDDEN0

Means absolutely forbidden.

Remarks