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