←Select platform

Automations Property

Summary

Gets the collection of AnnAutomation objects in this AnnAutomationManager.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnAutomations Automations { get; } 
Public ReadOnly Property Automations As Leadtools.Annotations.Automation.AnnAutomations 
@property (nonatomic,retain,readonly) LTAnnAutomations* automations; 
public AnnAutomations getAutomations() 
 get_Automations();  
public:  
   property AnnAutomations^ Automations 
   { 
      AnnAutomations^ get() 
   } 

Property Value

The collection of AnnAutomations objects in the AnnAutomationManager.

Example

For an example, refer to FindObjectById.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly