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: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getMaxTexMemory() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int GetMaxVVizTexMemory()
<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getMaxTexMemory() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetMaxVVizTexMemory As Integer
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getMaxTexMemory() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static int GetMaxVVizTexMemory()
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getMaxTexMemory() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member GetMaxVVizTexMemory : unit -> int
Return Value
Type:
Int32Remarks See Also