Get a page from the collection
VB: Property Get Item(Index As ByVal Object ) As PageBase
C++: PageBase Item(_variant_t Index )
C#: PageBase Item(var Index )
Sub PageBasesItem() Dim app As Origin.IOApplication Dim pg As Origin.PageBase app = New Origin.ApplicationSI pg = app.PageBases.Item(0) ' get the first page MsgBox(pg.LongName) End Sub
8.0SR2