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