SoLDMResourceManagerSetMaxMainMemory Method |
Note: This API is now obsolete.
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 SetMaxMainMemory(
int maxMainMemory
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetMaxMainMemory (
maxMainMemory As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetMaxMainMemory(
int maxMainMemory
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetMaxMainMemory :
maxMainMemory : int -> unit
Parameters
- maxMainMemory
- Type: SystemInt32
RemarksSet the allowed main memory in MB for corresponding datasetObsoletesince Open Inventor 9100
No longer used. Use SoDataSet's field maxMainMemory instead.
See Also