Specify a MatrixPage in the collection
VB: Property Get Item(Index As ByVal Object ) As MatrixPage
C++: MatrixPage Item(_variant_t Index )
C#: MatrixPage Item(var Index )
Sub MatrixPagesItem() Dim app As Origin.IOApplication Dim pg As Origin.MatrixPage app = New Origin.ApplicationSI pg = app.MatrixPages.Item(0) ' get the first matrixpage MsgBox(pg.LongName) End Sub
8.0SR2