Click or drag to resize
SoSearchActionSetFind Method

Sets what to look for; what is a bitmask of LookFor enum values.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetFind(
	int what
)

Parameters

what
Type: SystemInt32
Remarks

Default is no flags at all. Note that setting a node, type, and/or name to search for activates the relevant flag, so you may never need to call this method directly.

See Also