(Leadtools.Annotations.Automation)

CurrentObjectId Property

Show in webframe




Gets or sets the current automation object ID.
Syntax
public int CurrentObjectId {get; set;}
public int CurrentObjectId {get; set;}
@property (nonatomic) int currentObjectId;
public int getCurrentObjectId()
public void setCurrentObjectId(int id)
            
 
get_CurrentObjectId();
set_CurrentObjectId(value);
Object.defineProperty('CurrentObjectId');

Property Value

The current automation object ID. The default value is AnnObject.None
Remarks

The current automation object ID is the AnnAutomationObject.Id of the AnnAutomationObject currently selected. This object is the "active" object to be drawn on the current active AnnAutomation.

The CurrentObjectIdChanged event is fired when this property is changed.

Example

For an example, refer to FindObjectById.

Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


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