SoSearchActionSetType Method (Type, Boolean) |
Sets the node type to search for.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetType(
Type t,
bool derivedIsOk
)
Public Sub SetType (
t As Type,
derivedIsOk As Boolean
)
public:
void SetType(
Type^ t,
bool derivedIsOk
)
member SetType :
t : Type *
derivedIsOk : bool -> unit
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