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