Gets the annotation container that contains the annotation object that is being created, clicked under the run time mode or edited.
public AnnContainer Container { get; }
Public ReadOnly Property Container As Leadtools.Annotations.Core.AnnContainer
public:
property Leadtools.Annotations.Core.AnnContainer^ Container {
Leadtools.Annotations.Core.AnnContainer^ get();
}
Leadtools.Annotations.Core.AnnContainer that represents the annotation container that contains the annotation object that is being created, clicked under the run time mode or edited.
To retrieve the index of the sub-cell that uses this container, use the SubCellIndex property.
For an example, refer to MedicalViewerBaseCell.DesignerCreated.
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