Gets or sets the Scene Manager time at which the video will stop playing when the Playback property is set to Time Interval.
Read-write property
[Visual Basic .NET] |
---|
Public Property IntervalEndTime() As IAgDate |
[C#] |
---|
public IAgDate IntervalEndTime {get; set;} |
[Managed C++] |
---|
public: __property IAgDate ^ get_IntervalEndTime(); |