ScheduleGetCount Method (IMLCharGenSchedule)
ID of timeline (scheduling identificator)
number of items
gets count of scheduling items
Syntax
Sub ScheduleGetCount( _
   ByVal _bsTimelineID As String, _
   ByRef _pnCount As Integer _
) 
void ScheduleGetCount( 
   string _bsTimelineID,
   out int _pnCount
)
procedure ScheduleGetCount( 
    _bsTimelineID: String;
   Out  _pnCount: Integer
); 
void ScheduleGetCount( 
   BSTR* _bsTimelineID,
   [PARAMFLAG::Out] int _pnCount
) 

Parameters

_bsTimelineID
ID of timeline (scheduling identificator)
_pnCount
number of items
See Also

Reference

IMLCharGenSchedule Interface
IMLCharGenSchedule Members