SoLDMResourceManagerSetMinResolutionThreshold Method |
Note: This API is now obsolete.
Calls SetMinResolutionThreshold(MIN_RES_THRESHOLD).
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field minResolutionThreshold instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetMinResolutionThreshold()
<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field minResolutionThreshold instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetMinResolutionThreshold
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field minResolutionThreshold instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetMinResolutionThreshold()
[<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field minResolutionThreshold instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetMinResolutionThreshold : unit -> unit
Remarks See Also