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