Gets a LabelTemplates collection from an AutoCAD document.
VBA / VB.NET
RetVal = object.GetLabelTemplates([Document])
Type: DbConnect
The object or objects this method applies to.
Type: AcadDocument; input-only, optional
The AutoCAD document from which to obtain the label templates collection. If no value is specified, the collection is obtained from the active document.
Type: LabelTemplates
The label templates collection.