OnLabelTemplateCreated

ACAD Connectivity Automation Objects

 
OnLabelTemplateCreated
 
 
 

Triggered when a new label template is saved in a drawing.

Signature

object.OnLabelTemplateCreated(Document, LabelTemplateName)

Object

DbConnect object

An object expression that evaluates to a DbConnect container object.

Document

String; input to the handler

The name of the document in which the label template was created.

LabelTemplateName

String; input to the handler

The name of the label template that was created.

Remarks

This event may be triggered when a drawing containing label templates is opened.