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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.