| SoLDMResourceParametersSetTileHalfLife Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 7000
Use the field SoLDMResourceParameters.tileHalfLife instead.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetTileHalfLife(
float timeInSec
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetTileHalfLife (
timeInSec As Single
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetTileHalfLife(
float timeInSec
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetTileHalfLife :
timeInSec : float32 -> unit
Parameters
- timeInSec
- Type: SystemSingle
Remarks
See Also