SoLDMResourceManagerGetMinResolutionThreshold Method |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 8.0.0.0. Use SoLDMRessourceParameter's field minResolutionThreshold instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public int GetMinResolutionThreshold()
<ObsoleteAttribute("Obsolete since Open Inventor 8.0.0.0. Use SoLDMRessourceParameter's field minResolutionThreshold instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetMinResolutionThreshold As Integer
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 8.0.0.0. Use SoLDMRessourceParameter's field minResolutionThreshold instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
int GetMinResolutionThreshold()
[<ObsoleteAttribute("Obsolete since Open Inventor 8.0.0.0. Use SoLDMRessourceParameter's field minResolutionThreshold instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetMinResolutionThreshold : unit -> int
Return Value
Type:
Int32Remarks Caution |
---|
Obsolete since Open Inventor 8000. Use SoLDMRessourceParameter's field minResolutionThreshold instead. |
See Also