SoLDMResourceParametersGetMaxTilesInMainMem Method |
Note: This API is now obsolete.
Since OIV9.1 only maxMainMemory should be accessed.
Namespace: OIV.LDM.NodesAssembly: 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 GetMaxTilesInMainMem()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetMaxTilesInMainMem As Integer
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
int GetMaxTilesInMainMem()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetMaxTilesInMainMem : unit -> int
Return Value
Type:
Int32
RemarksmaxTilesInMainMem does not have any meaning since OIV 9.1Obsoletesince Open Inventor 7000
No longer used.
See Also