←Select platform

AttachContainer Method

Summary
Attaches a container to this drawing engine.
Syntax
C#
VB
Objective-C
C++
Java
public virtual void AttachContainer( 
   AnnContainer container 
) 
Public Overridable Sub AttachContainer( _ 
   ByVal container As AnnContainer _ 
)  
-(void) attachContainer:(LTAnnContainer*)container; 
public void attachContainer(AnnContainer container) 
public:  
   virtual void AttachContainer( 
      AnnContainer^ container 
   ) 

Parameters

container
Container to attach

Remarks

Call this method to set the container containing the objects to be rendered by this rendering engine.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.