Item

Gets the IContainerItem80 element in the specified zero-based index. To access a specific element use the following syntax: IContainers80(index).

C# exposes this property as an indexer accessed using the following syntax: IContainers80[index].

Note: This property can be used to open the Presentation Editor:

SGWorld.Application.Containers.Item(editorIndex).URL

Where URL = the URL of the presentation editor (" .\Tools\Presentation\PresentationEditor.html")

 

JavaScript

 

Item(

       Index)

 

C#

 

dynamic this[object Index] { get; }

 

C++

 

HRESULT Item(

       [in] VARIANT Index,

       [out, retval] VARIANT* pVal)