←Select platform

AttachContainer Method

Summary

Attaches an AnnContainer to this AnnAutomation object.

Syntax

C#
VB
C++
public void AttachContainer( 
   AnnContainer container 
) 
  
Public Sub AttachContainer( _ 
   ByVal container As Leadtools.Annotations.AnnContainer _ 
)  
public: 
void AttachContainer(  
   Leadtools.Annotations.AnnContainer^ container 
)  

Parameters

container
The AnnContainer object to attach.

Remarks

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly