CompositionsGetByIndex Method (CoMLCharGenClass)
composition index
name of the composition
composition comment
gets composition by its index
Syntax
Public Overridable Sub CompositionsGetByIndex( _
   ByVal _nIndex As Integer, _
   ByRef _pbsName As String, _
   ByRef _pbsComment As String _
) 
public virtual void CompositionsGetByIndex( 
   int _nIndex,
   out string _pbsName,
   out string _pbsComment
)
public procedure CompositionsGetByIndex( 
    _nIndex: Integer;
   Out  _pbsName: String;
   Out  _pbsComment: String
); virtual; 
public: virtual void CompositionsGetByIndex( 
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsName,
   [PARAMFLAG::Out] BSTR* _pbsComment
) 

Parameters

_nIndex
composition index
_pbsName
name of the composition
_pbsComment
composition comment
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members