createDefaultObjects Method

Summary

Creates the default automation annotation objects.

Syntax

JavaScript Syntax
AnnAutomationManager.prototype.createDefaultObjects = function() 
TypeScript Syntax
createDefaultObjects(): void; 

Remarks

Call this method to create the default automation annotation objects.

For information regarding implementing annotations, refer to Implementing Annotations.

The following table lists the ID name and corresponding description for each of the default automation objects:

Id Object
GroupObjectId Special automation object that manages groups and the selection of multiple objects.
SelectObjectId Special automation object that manages the case where no object is selected.
CrossProductObjectId Automation object for AnnCrossProductObject
CurveObjectId Automation object for AnnCurveObject
EllipseObjectId Automation object for AnnEllipseObject
FreehandHotspotObjectId Automation object for AnnFreehandHotspotObject
HiliteObjectId Automation object for AnnHiliteObject
HotspotObjectId Automation object for AnnHotspotObject
NoteObjectId Automation object for AnnNoteObject
PointerObjectId Automation object for AnnPointerObject
PointObjectId Automation object for AnnPointObject
PolylineObjectId Automation object for AnnPolylineObject
PolyRulerObjectId Automation object for AnnPolyRulerObject
ProtractorObjectId Automation object for AnnProtractorObject
RectangleObjectId Automation object for AnnRectangleObject
RedactionObjectId Automation object for AnnRedactionObject
RubberStampObjectId Automation object for AnnRubberStampObject
StampObjectId Automation object for AnnStampObject
TextObjectId Automation object for AnnTextObject
TextPointerObjectId Automation object for AnnTextPointerObject
TextRollupObjectId Automation object for AnnTextRollupObject
Example

For an example, refer to AnnAutomationManager.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly