(Leadtools.Annotations.Automation)

EditObjectAfterDraw Property

Show in webframe




Gets or sets a value that indicates whether newly drawn objects are selected (edited).
Syntax
public bool EditObjectAfterDraw {get; set;}
public bool EditObjectAfterDraw {get; set;}
@property (nonatomic) BOOL editObjectAfterDraw;
public boolean getEditObjectAfterDraw()
public void setEditObjectAfterDraw(boolean editObjectAfterDraw)
            
 
get_EditObjectAfterDraw();
set_EditObjectAfterDraw(value);
Object.defineProperty('EditObjectAfterDraw');

Property Value

true to edit (select) new objects; otherwise, it is false. The default value is true.
Remarks

When the value of this property is true (default) new objects drawn on the current active AnnAutomation will be automatically selected (edited).

Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.