STK Graphics PrimitivesSend comments on this topic.
Stop Method (IAgStkGraphicsVideoStream)
See Also
Windows





Windows & Linux

Description

Stops the video when the Playback property is set to RealTime. Stopping the video will seek to the first frame and pause playback. Use the Play method to begin playing the video again.

Syntax

[Visual Basic .NET]
Public Sub Stop()
[C#]
public void Stop();
[Managed C++]
public: void Stop();
[Unmanaged C++]
public: HRESULT Stop();
[Java]
public void stop();
[Python - STK API ]
def Stop(self) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.