SoLDMResourceManagerGetMaxVVizTexMemory Method |
Note: This API is now obsolete.
Returns the allowed global texture memory in MB (for all data sets).
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 static int GetMaxVVizTexMemory()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function GetMaxVVizTexMemory As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static int GetMaxVVizTexMemory()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member GetMaxVVizTexMemory : unit -> int
Return Value
Type:
Int32
Remarks
See Also