SoVRMLAudioClipstopTime Property |
The stopping time for the sound.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFTime stopTime { get; }
Public ReadOnly Property stopTime As SoSFTime
Get
public:
property SoSFTime^ stopTime {
SoSFTime^ get ();
}
member stopTime : SoSFTime with get
Property Value
Type:
SoSFTime
RemarksAn SoVRMLAudioClip node with loop true at the end of every cycle continues forever if startTime>=stopTime or until stopTime if stopTime>startTime.
See Also