STK ObjectsSend comments on this topic.
IAgKeyValueCollection Interface

Description

A collection of keys and values associated with the keys.

Public Methods

Public Method ContainsDetermines whether the collection contains the specified key.
Public Method GetReadOnlyGiven a key, returns read-only flag.
Public Method RemoveAllRemoves all elements.
Public Method RemoveKeyRemoves an element associated with specified key.
Public Method SetSets the value associated with specified key.
Public Method SetReadOnlyGiven a key, sets read-only flag.

Public Properties

Public Property CountReturns the number of elements in a collection.
Public Property ItemGiven a key, returns associated element.
Public Property KeysReturns an array of keys of the collection.
© 2024 Analytical Graphics, Inc. All Rights Reserved.