Click or drag to resize
SoSearchActionSetType Method (Type, Boolean)

Sets the node type to search for.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetType(
	Type t,
	bool derivedIsOk
)

Parameters

t
Type: SystemType
derivedIsOk
Type: SystemBoolean
Remarks

If derivedIsOk is true, a node that is of a type that is derived from t will pass this search criterion.

See Also