←Select platform

SelectObject Method

Summary
Selects an object in this AnnAutomation.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void SelectObject( 
   AnnObject annObject 
) 
- (void)selectObject:(nullable LTAnnObject *)annObject NS_SWIFT_NAME(select(_:)); 
public void selectObject(AnnObject annObject) 
public:  
   virtual void SelectObject( 
      AnnObject^ annObject 
   ) 
def SelectObject(self,annObject): 

Parameters

annObject
Object to select. If this value is null, then any object that is selected becomes de-selected.

Remarks

This method is the equivalent of calling SelectObject with a collection that contains only annObject.

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.