SoLDMNodeFrontManagerGetNextTexFront Method (Queue, Queue) |
Note: This API is now obsolete.
Calls GetNextTexFront(toLoad, toUnload, System.Int32(0)).
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetNextTexFront(
Queue toLoad,
Queue toUnload
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetNextTexFront (
toLoad As Queue,
toUnload As Queue
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetNextTexFront(
Queue^ toLoad,
Queue^ toUnload
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetNextTexFront :
toLoad : Queue *
toUnload : Queue -> unit
Parameters
- toLoad
- Type: System.CollectionsQueue
- toUnload
- Type: System.CollectionsQueue
RemarksObsolete since OpenInventor 8000.
See Also