Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

Show in webframe

AutomationContainerIndex Property






Gets or sets the active container index.
Syntax
public virtual int AutomationContainerIndex {get; set;}
'Declaration   Public Overridable Property AutomationContainerIndex As Integer
'Usage   Dim instance As MedicalViewerBaseCell Dim value As Integer   instance.AutomationContainerIndex = value   value = instance.AutomationContainerIndex
public: virtual property int AutomationContainerIndex {    int get();    void set (    int value); }

Property Value

The 0-based index of the active container.
Remarks

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 Leadtools.Annotations.Core.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.

Requirements

Target Platforms

See Also

Reference

MedicalViewerBaseCell Class
MedicalViewerBaseCell Members

Error processing SSI file
Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features