←Select platform

Automations Property

Summary

Gets the collection of AnnAutomation objects in this AnnAutomationManager.

Syntax

C#
VB
C++
public ObservableCollection<AnnAutomation> Automations { get; } 
  
Public ReadOnly Property Automations As ObservableCollection(Of AnnAutomation) 
public: 
property ObservableCollection<AnnAutomation^>^ Automations { 
   ObservableCollection<AnnAutomation^>^ get(); 
} 

Property Value

The ObservableCollection<AnnAutomation> representing the AnnAutomation objects in the AnnAutomationManager.

Example

For C#/VB examples, refer to AnnAutomationManager.

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.Windows.Annotations Assembly