SoBaseKitSetSearchingChildren Method |
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetSearchingChildren(
bool newVal
)
Public Shared Sub SetSearchingChildren (
newVal As Boolean
)
public:
static void SetSearchingChildren(
bool newVal
)
static member SetSearchingChildren :
newVal : bool -> unit
Parameters
- newVal
- Type: SystemBoolean
Remarks By default, they are not.
See Also