Click or drag to resize
SoSearchActionInterests Enumeration

Enum that defines which paths to return.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Interests
Members
  Member nameValueDescription
FIRST0

Return only the first path found (default)

LAST1

Return only the last path found.

ALL2

Return all paths found.

Remarks