Attaches an AnnContainer to this AnnAutomation object.
public void AttachContainer(
AnnContainer container
)
Public Sub AttachContainer( _
ByVal container As Leadtools.Annotations.AnnContainer _
)
public:
void AttachContainer(
Leadtools.Annotations.AnnContainer^ container
)
container
The AnnContainer object to attach.
You can use AttachContainer and DetachContainer to associated an AnnAutomationObject with a certain AnnContainer.
Note that when you detach the container from the AnnAutomationObject object, this object becomes unusable till you attach another container (or the same one) back into it through AttachContainer
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