SoLDMResourceManagerSetMovingTimeOut Method |
Note: This API is now obsolete.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMResourceParameters::setMovingTimeOut(float) instead.")]
public void SetMovingTimeOut(
float name_14808
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMResourceParameters::setMovingTimeOut(float) instead.")>
Public Sub SetMovingTimeOut (
name_14808 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_14808
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMResourceParameters::setMovingTimeOut(float) instead.")>]
member SetMovingTimeOut :
name_14808 : float32 -> unit
Parameters
- name_14808
- Type: SystemSingle
Remarks
See Also