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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property IAgDate^ get_IntervalStartTime();
public: __property void set_IntervalStartTime(
IAgDate ^
);

[Unmanaged C++]
public: HRESULT get_IntervalStartTime(
IAgDate ** ppRetVal
);
public: HRESULT put_IntervalStartTime(
IAgDate * pNewIntervalStartTime
);

[Java]
public IAgDate getIntervalStartTime();public void setIntervalStartTime(
IAgDate
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface