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