←Select platform

Manager Property

Summary
Returns the AnnAutomationManager that this AnnAutomation object belongs to.
Syntax
C#
VB
Objective-C
C++
Java
public virtual AnnAutomationManager Manager { get; } 
Public Overridable ReadOnly Property Manager As AnnAutomationManager 
@property (nonatomic,retain,readonly) LTAnnAutomationManager* manager; 
public AnnAutomationManager getManager() 
public:  
   virtual property AnnAutomationManager^ Manager 
   { 
      AnnAutomationManager^ get() 
   } 

Property Value

The AnnAutomationManager that this AnnAutomation object belongs to. This is the same value passed to the AnnAutomationManager constructor.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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