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 : CanFlip Property |
public bool CanFlip {get;}
'Declaration
Public ReadOnly Property CanFlip As Boolean
public bool CanFlip {get;}
@property (nonatomic, readonly) BOOL canFlip;
public boolean canFlip();
get_CanFlip();
true
if this AnnAutomation is in a state where objects can be flipped; otherwise, false.AnnAutomation can flip objects when one or more AnnObject objects are currently in edit mode (selected) and these objects are not locked.
Call the Flip method to actually flip the objects in this AnnAutomation.