2.28.4 Item


Description

Specify a MatrixPage in the collection

Syntax

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

Parameters

Index
--

Remark

Examples

VB

    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

Version Information

8.0SR2

See Also