←Select platform

AnnAutomationManager Constructor

Summary
Initializes a new instance of the AnnAutomationManager class
Syntax
C#
Objective-C
C++/CLI
Java
- (instancetype)initWithEngine:(LTAnnRenderingEngine *)engine; 
public AnnAutomationManager() 
Example
C#
using Leadtools.Annotations.Automation; 
using Leadtools.Annotations.Engine; 
using Leadtools.Codecs; 
using Leadtools.Controls; 
using Leadtools.Annotations.WinForms; 
using Leadtools.Annotations.Rendering; 
 
public void AnnAutomationManager_FindObjectById() 
{ 
	// find the line automation object 
	AnnAutomationObject obj = _automation.Manager.FindObjectById(AnnObject.LineObjectId); 
	if (obj != null) 
	{ 
		obj.ObjectTemplate.Stroke = AnnStroke.Create(AnnSolidColorBrush.Create("Blue"), LeadLengthD.Create(2)); 
	} 
} 
Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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