←Select platform

SelectedObjects Property

Summary

Gets the collection of AnnObjects that this AnnSelectionObject has selected.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnObjectCollection SelectedObjects { get; } 
Public ReadOnly Property SelectedObjects As Leadtools.Annotations.Core.AnnObjectCollection 
public Leadtools.Annotations.Core.AnnObjectCollection SelectedObjects {get;} 
@property (nonatomic,readonly) LTAnnObjectCollection* selectedObjects; 
public AnnObjectCollection getSelectedObjects() 
 get_SelectedObjects();  
public:  
   property AnnObjectCollection^ SelectedObjects 
   { 
      AnnObjectCollection^ get() 
   } 

Property Value

The collection of AnnObjects that this AnnSelectionObject has selected.

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.Core Assembly