Click or drag to resize
SoVRMLAudioClipstopTime Property

The stopping time for the sound.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFTime stopTime { get; }

Property Value

Type: SoSFTime
Remarks

An SoVRMLAudioClip node with loop true at the end of every cycle continues forever if startTime>=stopTime or until stopTime if stopTime>startTime.

See Also