selectedObjects Property

Summary

Gets the collection of AnnObjects that this AnnSelectionObject has selected.

Syntax

JavaScript Syntax
Object.defineProperty(AnnSelectionObject.prototype, 'selectedObjects', 
	get: function() 
) 
TypeScript Syntax
selectedObjects: AnnObjectCollection; // read-only 

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