←Select platform

SelectObject Method

Summary

Select an object in this AnnAutomation.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual void SelectObject(  
   Leadtools.Annotations.Core.AnnObject annObject 
) 
Public Overridable Sub SelectObject( _ 
   ByVal annObject As Leadtools.Annotations.Core.AnnObject _ 
) 
public virtual void SelectObject(  
   Leadtools.Annotations.Core.AnnObject annObject 
) 
-(void) selectObject:(LTAnnObject*) annObject;
public void selectObject(AnnObject annObject)
function Leadtools.Annotations.Automation.AnnAutomation.SelectObject(  
   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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize