MFObjGetByIndex Method (MFrameClass)
object index
object ID
object
Gets an attached object by its index. 
Syntax
Public Overridable Sub MFObjGetByIndex( _
   ByVal _nIndex As Integer, _
   ByRef _pbsObjID As String, _
   ByRef _ppObj As Object, _
   ByVal _bMakeLocal As Integer _
) 
public virtual void MFObjGetByIndex( 
   int _nIndex,
   out string _pbsObjID,
   out object _ppObj,
   int _bMakeLocal
)
public procedure MFObjGetByIndex( 
    _nIndex: Integer;
   Out  _pbsObjID: String;
   Out  _ppObj: TObject;
    _bMakeLocal: Integer
); virtual; 
public: virtual void MFObjGetByIndex( 
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsObjID,
   [PARAMFLAG::Out] IUnknown* _ppObj,
   int _bMakeLocal
) 

Parameters

_nIndex
object index
_pbsObjID
object ID
_ppObj
object
_bMakeLocal
See Also

Reference

MFrameClass Class
MFrameClass Members