ScheduleTimelineGetID Method (IMLCharGenSchedule)
timeline index
timeline ID
gets timeline ID by its index.
Syntax
Sub ScheduleTimelineGetID( _
   ByVal _nIndex As Integer, _
   ByRef _pbsTimelineID As String _
) 
void ScheduleTimelineGetID( 
   int _nIndex,
   out string _pbsTimelineID
)
procedure ScheduleTimelineGetID( 
    _nIndex: Integer;
   Out  _pbsTimelineID: String
); 
void ScheduleTimelineGetID( 
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsTimelineID
) 

Parameters

_nIndex
timeline index
_pbsTimelineID
timeline ID
See Also

Reference

IMLCharGenSchedule Interface
IMLCharGenSchedule Members