public bool CanFlip {get;}
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 Leadtools.Annotations.Core.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.