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