ScheduleLoadFromXML Method (IMLCharGenSchedule)
file name or string with configuration
indicates whether all previous timelines will be removed ("-1" to leave timeliness, "1" to remove all of them)
loads scheduling from file or string
Syntax
Sub ScheduleLoadFromXML( _
   ByVal _bsPathNameOrXMLDesc As String, _
   ByVal _bRemoveAllTimelines As Integer _
) 
void ScheduleLoadFromXML( 
   string _bsPathNameOrXMLDesc,
   int _bRemoveAllTimelines
)
procedure ScheduleLoadFromXML( 
    _bsPathNameOrXMLDesc: String;
    _bRemoveAllTimelines: Integer
); 
void ScheduleLoadFromXML( 
   BSTR* _bsPathNameOrXMLDesc,
   int _bRemoveAllTimelines
) 

Parameters

_bsPathNameOrXMLDesc
file name or string with configuration
_bRemoveAllTimelines
indicates whether all previous timelines will be removed ("-1" to leave timeliness, "1" to remove all of them)
See Also

Reference

IMLCharGenSchedule Interface
IMLCharGenSchedule Members