SoLDMResourceManagerGetLoadNotificationRate Method |
Note: This API is now obsolete.
Returns notification rate.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getLoadNotificationRate() instead.")]
public static int GetLoadNotificationRate()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getLoadNotificationRate() instead.")>
Public Shared Function GetLoadNotificationRate As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getLoadNotificationRate() instead.")]
static int GetLoadNotificationRate()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getLoadNotificationRate() instead.")>]
static member GetLoadNotificationRate : unit -> int
Return Value
Type:
Int32Remarks See Also