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 : AnnAutomationObject Class |
public class AnnAutomationObject
'Declaration
Public Class AnnAutomationObject
public sealed class AnnAutomationObject
@interface LTAnnAutomationObject : NSObject
public class AnnAutomationObject
function Leadtools.Annotations.Automation.AnnAutomationObject()
To automate an annotation object, create an instance of this class, specifying any properties. Then add it to the AnnAutomationManager.Objects collection. At any time, you can enumerate the AnnAutomationManager.Objects collection and add/remove/modify any of its properties.
The AnnAutomationManager.CreateDefaultObjects method creates the default AnnAutomationObject objects for the default annotation objects.
LEADTOOLS will create the automation properties for the default annotation objects. You can change any property behavior by overriding members of this class or deriving your own.
For an example, refer to FindObjectById.