SoLDMResourceManagerGetMaxTilesInMainMem Method |
Note: This API is now obsolete.
Get the allowed number of tiles in main memory.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("No longer used.")]
public int GetMaxTilesInMainMem()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("No longer used.")>
Public Function GetMaxTilesInMainMem As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"No longer used.")]
int GetMaxTilesInMainMem()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("No longer used.")>]
member GetMaxTilesInMainMem : unit -> int
Return Value
Type:
Int32
RemarksObsoletesince Open Inventor 9100.
No longer used.
See Also