SoLDMResourceManagerSetMaxResolutionThreshold Method |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 8.0.0.0. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")]
public void SetMaxResolutionThreshold(
int threshold
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 8.0.0.0. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")>
Public Sub SetMaxResolutionThreshold (
threshold As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 8.0.0.0. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")]
void SetMaxResolutionThreshold(
int threshold
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 8.0.0.0. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")>]
member SetMaxResolutionThreshold :
threshold : int -> unit
Parameters
- threshold
- Type: SystemInt32
Remarks Caution |
---|
Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead. |
See Also