SoBaseKitIsSearchingChildren Method |
Returns true if nodekit children are searched during SoSearchAction traversal.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool IsSearchingChildren()
Public Shared Function IsSearchingChildren As Boolean
public:
static bool IsSearchingChildren()
static member IsSearchingChildren : unit -> bool
Return Value
Type:
Boolean
RemarksBy default, they are not.
See Also