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






Windows & Linux

Description

Gets or sets the Scene Manager time at which the video will stop playing when the Playback property is set to Time Interval.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntervalEndTime() As IAgDate

[C#]
public IAgDate IntervalEndTime {get; set;}

[Managed C++]
public: __property IAgDate^ get_IntervalEndTime();
public: __property void set_IntervalEndTime(
IAgDate ^
);

[Unmanaged C++]
public: HRESULT get_IntervalEndTime(
IAgDate ** ppRetVal
);
public: HRESULT put_IntervalEndTime(
IAgDate * pNewIntervalEndTime
);

[Java]
public IAgDate getIntervalEndTime();public void setIntervalEndTime(
IAgDate
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface