ScheduleTimelineStart Method (CoMLCharGenClass)
ID of timeline (scheduling identificator)
start time
time for a single cicle
indicates whether all other timelines will be stopped
starts timeline
Syntax
Public Overridable Sub ScheduleTimelineStart( _
   ByVal _bsTimelineID As String, _
   ByVal _dblStartTime As Double, _
   ByVal _dblCycleTime As Double, _
   ByVal _bStopAllOthers As Integer _
) 
public virtual void ScheduleTimelineStart( 
   string _bsTimelineID,
   double _dblStartTime,
   double _dblCycleTime,
   int _bStopAllOthers
)
public procedure ScheduleTimelineStart( 
    _bsTimelineID: String;
    _dblStartTime: Double;
    _dblCycleTime: Double;
    _bStopAllOthers: Integer
); virtual; 
public: virtual void ScheduleTimelineStart( 
   BSTR* _bsTimelineID,
   double _dblStartTime,
   double _dblCycleTime,
   int _bStopAllOthers
) 

Parameters

_bsTimelineID
ID of timeline (scheduling identificator)
_dblStartTime
start time
_dblCycleTime
time for a single cicle
_bStopAllOthers
indicates whether all other timelines will be stopped
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members