ScheduleTimelineContinue Method (CoMLCharGenClass)
ID of timeline (scheduling identificator)
position in the timeline
seeks a timeline to the position
Syntax
Public Overridable Sub ScheduleTimelineContinue( _
   ByVal _bsTimelineID As String, _
   ByVal _dblSeekTime As Double _
) 
public virtual void ScheduleTimelineContinue( 
   string _bsTimelineID,
   double _dblSeekTime
)
public procedure ScheduleTimelineContinue( 
    _bsTimelineID: String;
    _dblSeekTime: Double
); virtual; 
public: virtual void ScheduleTimelineContinue( 
   BSTR* _bsTimelineID,
   double _dblSeekTime
) 

Parameters

_bsTimelineID
ID of timeline (scheduling identificator)
_dblSeekTime
position in the timeline
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members