SoLDMResourceManagerGetMaxResolutionThreshold Method |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")]
public int GetMaxResolutionThreshold()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")>
Public Function GetMaxResolutionThreshold As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")]
int GetMaxResolutionThreshold()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")>]
member GetMaxResolutionThreshold : unit -> int
Return Value
Type:
Int32Remarks Caution |
---|
Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead. |
See Also