SoDBIsPrioritizedChildrenCaching Method |
Note: This API is now obsolete.
Returns the children caching priority state.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static bool IsPrioritizedChildrenCaching()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function IsPrioritizedChildrenCaching As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static bool IsPrioritizedChildrenCaching()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member IsPrioritizedChildrenCaching : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9000
No longer used.
See Also