SoLDMResourceManagerSetMinResolutionThreshold Method (Int32) |
Note: This API is now obsolete.
Obsoletesince Open Inventor 8000.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use SoLDMRessourceParameter's field minResolutionThreshold instead.")]
public void SetMinResolutionThreshold(
int threshold
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use SoLDMRessourceParameter's field minResolutionThreshold instead.")>
Public Sub SetMinResolutionThreshold (
threshold As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use SoLDMRessourceParameter's field minResolutionThreshold instead.")]
void SetMinResolutionThreshold(
int threshold
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use SoLDMRessourceParameter's field minResolutionThreshold instead.")>]
member SetMinResolutionThreshold :
threshold : int -> unit
Parameters
- threshold
- Type: SystemInt32
Remarks
Use SoLDMRessourceParameter's field minResolutionThreshold instead.
See Also