Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanSelectObjects Property |
public virtual bool CanSelectObjects {get;}
'Declaration
Public Overridable ReadOnly Property CanSelectObjects As Boolean
public virtual bool CanSelectObjects {get;}
@property (nonatomic,readonly) BOOL canSelectObjects;
public boolean canSelectObjects()
get_CanSelectObjects();
If the AnnAutomation contains one or more AnnObject objects, then this property will return true. Selecting an object in AnnAutomation is the equivalent of starting its AnnEditDesigner. Call the SelectObject or SelectObjects methods to select one or any group of the annotation objects.