CompositionsLoadAll Method (CoMLCharGenClass)
file name or XML description of compositions
indicates whether all composition will be cleared before loading
loads several compositions at once
Syntax
Public Overridable Sub CompositionsLoadAll( _
   ByVal _bsFileNameOrXMLDescription As String, _
   ByVal _bClearBeforeLoad As Integer _
) 
public virtual void CompositionsLoadAll( 
   string _bsFileNameOrXMLDescription,
   int _bClearBeforeLoad
)
public procedure CompositionsLoadAll( 
    _bsFileNameOrXMLDescription: String;
    _bClearBeforeLoad: Integer
); virtual; 
public: virtual void CompositionsLoadAll( 
   BSTR* _bsFileNameOrXMLDescription,
   int _bClearBeforeLoad
) 

Parameters

_bsFileNameOrXMLDescription
file name or XML description of compositions
_bClearBeforeLoad
indicates whether all composition will be cleared before loading
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members