←Select platform

SelectObject Method

Summary
Select an object in this AnnAutomation.
Syntax
C#
VB
Objective-C
C++
Java
public virtual void SelectObject( 
   AnnObject annObject 
) 
Public Overridable Sub SelectObject( _ 
   ByVal annObject As AnnObject _ 
)  
-(void) selectObject:(LTAnnObject*) annObject; 
public void selectObject(AnnObject annObject) 
public:  
   virtual void SelectObject( 
      AnnObject^ 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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