ScheduleLoadFromXML Method (CoMLCharGenClass)
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
Public Overridable Sub ScheduleLoadFromXML( _
   ByVal _bsPathNameOrXMLDesc As String, _
   ByVal _bRemoveAllTimelines As Integer _
) 
public virtual void ScheduleLoadFromXML( 
   string _bsPathNameOrXMLDesc,
   int _bRemoveAllTimelines
)
public procedure ScheduleLoadFromXML( 
    _bsPathNameOrXMLDesc: String;
    _bRemoveAllTimelines: Integer
); virtual; 
public: virtual 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

CoMLCharGenClass Class
CoMLCharGenClass Members