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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1