AGI STK Graphics 11 Send comments on this topic.
Loop Property (IAgStkGraphicsVideoStream)
See Also 
Windows






Windows & Linux

Description

Gets or sets whether the video will loop when it reaches its last frame when the Playback property is set to RealTime.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Loop() As Boolean

[C#]
public bool Loop {get; set;}

[Managed C++]
public: __property bool get_Loop();
public: __property void set_Loop(
bool
);

[Unmanaged C++]
public: HRESULT get_Loop(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Loop(
VARIANT_BOOL NewLoop
);

[Java]
public bool getLoop();public void setLoop(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface