KeyValues Collection (ActiveX/CAO)

A set of key values in a link.

VBA class name: KeyValues

Create using:

For VBA: AutoCAD.AcadApplication.GetInterfaceObject("CAO.KeyValues.20")

Access via: Link.KeyValues

To add a new member to the collection, use the Add method. To select a specific KeyValue, use the Item method. To edit or query the KeyValues collection, use the following methods and properties:

Methods Properties Events

Add

Item

Count

None