GetLinkTemplates [Connectivity Automation Reference: CAR]

AutoCAD Connectivity Automation Objects

GetLinkTemplates Method


Gets the LinkTemplates collection from an AutoCAD document.

See Also

Signature

RetVal = object.GetLinkTemplates([Document])

Object

DbConnect The object or objects this method applies to.

Document

AcadDocument; input-only; optional
The AutoCAD document to get the link templates collection from. If no value is specified, gets the collection from the active document.

RetVal

LinkTemplates collection;
The link templates collection.