ScheduleGet Method (CoMLCharGenClass)
ID of timeline (scheduling identificator)
scheduling index
ID of item or composition
string with parameters or XML description
item schedule time structure
gets scheduling configuration by its ID
Syntax
Public Overridable Sub ScheduleGet( _
   ByVal _bsTimelineID As String, _
   ByVal _nIndex As Integer, _
   ByRef _pbsItemOrCompositionID As String, _
   ByRef _pbsParamStringOrXMLFullDesc As String, _
   ByRef _pTimes As CG_SCHEDULE_TIMES _
) 
public: virtual void ScheduleGet( 
   BSTR* _bsTimelineID,
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsItemOrCompositionID,
   [PARAMFLAG::Out] BSTR* _pbsParamStringOrXMLFullDesc,
   [PARAMFLAG::Out] CG_SCHEDULE_TIMES _pTimes
) 

Parameters

_bsTimelineID
ID of timeline (scheduling identificator)
_nIndex
scheduling index
_pbsItemOrCompositionID
ID of item or composition
_pbsParamStringOrXMLFullDesc
string with parameters or XML description
_pTimes
item schedule time structure
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members