←Select platform

Select Method

Summary

For internal use.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Select( 
   AnnObject annObject 
) 
Public Function Select( _ 
   ByVal annObject As Leadtools.Annotations.Core.AnnObject _ 
) As Boolean 
-(BOOL)select:(LTAnnObject*) annObject; 
public boolean select(AnnObject annObject) 
 function Leadtools.Annotations.Core.AnnContainer.Select(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly