LinkType

From ACAD Connectivity Automation Objects

 
LinkType
 
 
 

Indicates the link type of the specified object.

Signature

object.LinkType

object

Link object

The object or objects this property applies to.

LinkType

LinkType enum; read-only

Specifies whether the link is an entity link, a freestanding label, or an attached label. LinkType values are as follows:

  • 2 - Entity link
  • 4 - Freestanding label
  • 8 - Attached label
  • 1 - Unknown

Remarks

When referring to a LinkType value, you can use the following constants:

  • kEntityLinkType
  • kFSLabelType
  • kAttachedLabelType
  • kUnkownLinkType
See Also