SoLDMResourceManagerSetMovingTimeOut Method |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.3.0 (10.16.3.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMResourceParameters::setMovingTimeOut(float) instead.")]
public void SetMovingTimeOut(
float name_14796
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMResourceParameters::setMovingTimeOut(float) instead.")>
Public Sub SetMovingTimeOut (
name_14796 As Single
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 10.0.0.0. Use SoLDMResourceParameters::setMovingTimeOut(float) instead.")]
void SetMovingTimeOut(
float name_14796
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMResourceParameters::setMovingTimeOut(float) instead.")>]
member SetMovingTimeOut :
name_14796 : float32 -> unit
Parameters
- name_14796
- Type: SystemSingle
Remarks
See Also