LEADTOOLS JavaScript (Leadtools.Annotations.Automation)
LEAD Technologies, Inc

ObjectTemplate Property

Gets or sets the initial annotation object template of this AnnAutomationObject.
Syntax
  get_objectTemplate();
 set_objectTemplate(value);

Property Value

TypeDescription
AnnObjectThe initial annotation object template of this AnnAutomationObject. The default value is null.
Remarks

The automation framework will use AnnObject.Clone to create new instances of the annotation object whenever the framework is instructed to draw a new object of this type. You should set the default properties (stroke, fill, font, etc) of the object here. You should set this property to a valid object, the only automation object that has this value set to null is AnnObject.SelectObjectId.

Example

For an example, refer to AnnAutomationManager.

See Also

Reference

AnnAutomationObject Object
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.