←Select platform

Select Method

Summary

For internal use.

Syntax
C#
VB
Objective-C
C++
Java
public bool Select( 
   AnnObject annObject 
) 
Public Function Select( _ 
   ByVal annObject As AnnObject _ 
) As Boolean 
-(BOOL)select:(LTAnnObject*) annObject; 
public boolean select(AnnObject annObject) 
public:  
   bool Select( 
      AnnObject^ annObject 
   ) 

Parameters

annObject
The object to be selected.

Return Value

true if the object was selected; otherwise, false.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly