Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace : AnnAutomation Class |
public class AnnAutomation
'Declaration
Public Class AnnAutomation
public sealed class AnnAutomation
@interface LTAnnAutomation : NSObject<LTAnnAutomationControlDelegate,LTAnnEditDesignerDelegate,LTAnnDrawDesignerDelegate,LTAnnRunDesignerDelegate,LTAnnTextEditDesignerDelegate>
public class AnnAutomation
function Leadtools.Annotations.Automation.AnnAutomation()
The AnnAutomation class links a AnnContainer object and a IAnnAutomationControl object together.
An automated annotation application usually creates one AnnAutomation object per annotation window. Therefore, a single document application typically has one AnnAutomation object, one AnnContainer and one IAnnAutomationControl object together. A multiple document application has one AnnAutomation per annotation form.
For more information, refer to Implementing Annotations
For an example, refer to FindObjectById.