Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

AttachContainer Method






The AnnContainer object to attach.
Attaches an AnnContainer to this AnnAutomation object.
Syntax
public void AttachContainer( 
   AnnContainer container
)
'Declaration
 
Public Sub AttachContainer( _
   ByVal container As AnnContainer _
) 
'Usage
 
Dim instance As AnnAutomation
Dim container As AnnContainer
 
instance.AttachContainer(container)

            

            
public:
void AttachContainer( 
   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

See Also

Reference

AnnAutomation Class
AnnAutomation Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)