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.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static bool IsPrioritizedChildrenCaching()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function IsPrioritizedChildrenCaching As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static bool IsPrioritizedChildrenCaching()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member IsPrioritizedChildrenCaching : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9000
No longer used.
See Also