ScheduleRemove Method (IMLCharGenSchedule)
ID of timeline (scheduling identificator)
index of item
removes an item from scheduling timeline
Syntax
Sub ScheduleRemove( _
   ByVal _bsTimelineID As String, _
   ByVal _nIndex As Integer _
) 
void ScheduleRemove( 
   string _bsTimelineID,
   int _nIndex
)
procedure ScheduleRemove( 
    _bsTimelineID: String;
    _nIndex: Integer
); 
void ScheduleRemove( 
   BSTR* _bsTimelineID,
   int _nIndex
) 

Parameters

_bsTimelineID
ID of timeline (scheduling identificator)
_nIndex
index of item
See Also

Reference

IMLCharGenSchedule Interface
IMLCharGenSchedule Members