C#
VB
Java
Objective-C
WinRT C#
C++
Select an object in this AnnAutomation.
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
)
annObject
Object to select. If this value is null, then any object that is selected becomes de-selected.
This method is the equivalent of calling SelectObject with a collection that contains only annObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET