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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1