Constructs a new, empty AcEdKeywordCollection.
Gets the number of keywords in this collection.
Gets or sets the default keyword for this collection.
Returns an iterator over the AcEdKeyword objects in this collection.
Adds a new keyword (displayName only).
The text shown to the user for this keyword.
The newly created AcEdKeyword.
Adds a new keyword with globalName and localName.
The internal, non-display name.
The name that the user types to select the keyword.
The newly created AcEdKeyword.
Adds a new keyword with displayName, globalName, localName, enabled, visible.
The text shown to the user.
Internal identifier for the keyword.
The name used by the user to type the keyword.
Optionalenabled: booleanIf false, the keyword cannot be selected.
Optionalvisible: booleanIf false, the keyword is hidden from display.
The newly created AcEdKeyword.
Removes all keywords from the collection.
Finds a keyword by its display name (case-insensitive).
Finds a keyword by its global name (case-insensitive).
Returns a string representing the visible, enabled keywords for display.
Copies the keywords of this collection into a plain array.
A collection of
AcEdKeywordobjects, mirroringAutodesk.AutoCAD.EditorInput.KeywordCollection. Represents the set of valid keywords for a prompt.