2.20.4 Item


Description

Specify a GraphPage in the collection

Syntax

VB: Property Get Item(Index As ByVal Object ) As GraphPage
C++: GraphPage Item(_variant_t Index )
C#: GraphPage Item(var Index )

Parameters

Index
--

Remark

Examples

VB

    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


Version Information

8.0SR2

See Also