SoLDMResourceManagerSetMaxResolutionThreshold Method |
Note: This API is now obsolete.
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 maxResolutionThreshold instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetMaxResolutionThreshold(
int threshold
)
<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetMaxResolutionThreshold (
threshold As Integer
)
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetMaxResolutionThreshold(
int threshold
)
[<ObsoleteAttribute("Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetMaxResolutionThreshold :
threshold : int -> unit
Parameters
- threshold
- Type: SystemInt32
Remarks Caution |
---|
Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field maxResolutionThreshold instead. |
See Also