Error processing SSI file
(Leadtools.Annotations.Automation)

Show in webframe

AnnAutomation Constructor (AnnAutomation)






The manager to which this AnnAutomation object will belong. Must not be null.
The automation control to use. Must not be null.
Initializes a new instance of the AnnAutomation class.
Syntax
'Declaration
 
Public Function New( _
   ByVal automationManager As AnnAutomationManager, _
   ByVal automationControl As IAnnAutomationControl _
)
-(id) initWithManager:(LTAnnAutomationManager*) automationManager 
    automationControl:(NSObject<LTIAnnAutomationControl>*) automationControl;
            
public AnnAutomation(
  AnnAutomationManager automationManager, 
  IAnnAutomationControl automationControl
)
            
function AnnAutomation( 
   automationManager ,
   automationControl 
)

Parameters

automationManager
The manager to which this AnnAutomation object will belong. Must not be null.
automationControl
The automation control to use. Must not be null.
Remarks

This constructor creates a new instance of the AnnAutomation class, hooks to the necessary events in viewer to handle the user interface, creates the AnnContainer that will hold the annotation objects and finally adds this newly created AnnAutomationObject to the Automations collection.

This constructor will call Attach.

Example

For an example, refer to FindObjectById.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

Error processing SSI file
  Leadtools.Annotations.Automation requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features