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