STK Graphics PrimitivesSend 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 IntervalStartTime
);
[Java]
public IAgDate getIntervalStartTime();
public void setIntervalStartTime(
    IAgDate
);
[Python - STK API ]
@property
def IntervalStartTime(self) -> "IAgDate":

@IntervalStartTime.setter
def IntervalStartTime(self, IntervalStartTime:"IAgDate") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.