←Select platform

Objects Property

Summary

Gets the collection of AnnAutomationObject objects in this AnnAutomationManager

Syntax

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

Property Value

The ObservableCollection representing the AnnAutomationObject 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