If flag is true, the search action will traverse hidden children.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetSearchOK(
bool flag
)
Public Shared Sub SetSearchOK (
flag As Boolean
)
public:
static void SetSearchOK(
bool flag
)
static member SetSearchOK :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks Default is false (children will not be searched).
See Also