←Select platform

CanSelectObjects Property

Summary
Gets a value that indicates whether this AnnAutomation is in a state where any object can be selected.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool CanSelectObjects { get; } 
@property (nonatomic, assign, readonly) BOOL canSelectObjects; 
public boolean canSelectObjects() 
public:  
   virtual property bool CanSelectObjects 
   { 
      bool get() 
   } 
CanSelectObjects # get  (AnnAutomation) 

Property Value

true if this AnnAutomation is in a state where any object can be selected; otherwise, it is false.

Remarks

If the AnnAutomation contains one or more AnnObject objects, then this property will return true. Selecting an object in AnnAutomation is the equivalent of starting its AnnEditDesigner. Call the SelectObject or SelectObjects methods to select one or any group of the annotation objects.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.