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