SoLDMResourceManagerGetMaxMainMemory Method |
Note: This API is now obsolete.
Get the allowed main memory in MB for corresponding dataset.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public int GetMaxMainMemory()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetMaxMainMemory As Integer
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
int GetMaxMainMemory()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetMaxMainMemory : unit -> int
Return Value
Type:
Int32
RemarksObsoletesince Open Inventor 9100
No longer used. Use SoDataSet's field maxMainMemory instead.
See Also