Gets or sets the active container index.
Object.defineProperty(IAnnAutomationControl.prototype, 'automationContainerIndex',
get: function(),
set: function(value)
)
automationContainerIndex: number;
The 0-based index of the active container.
AutomationContainerIndex is called by the automation object to set the index of the active container when multi-container mode is used. After that, all the properties and methods that are called to inquire information about the container must use this value to get the actual AnnContainer object. Usually, from the collection of the containers obtained from AutomationGetContainersCallback.
The default implementation saves the value of AutomationContainerIndex into a local variable and use it as needed.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET