Gets the LinkTemplates collection from an AutoCAD document.
Signature
VBA / VB.NET
RetVal = object.GetLinkTemplates([Document])
- object
-
Type: DbConnect
The object or objects this method applies to.
- Document
-
Type: 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
-
Type: LinkTemplates
The link templates collection.