SoLDMResourceManagerGetMinResolutionThreshold Method |
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.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public int GetMinResolutionThreshold()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetMinResolutionThreshold As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
int GetMinResolutionThreshold()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetMinResolutionThreshold : unit -> int
Return Value
Type:
Int32
Remarks
See Also