AGI STK Objects 11 Send comments on this topic.
IAgKeyValueCollection Collection

Description

A collection of keys and values associated with the keys.

Public Methods

Public Method Contains Determines whether the collection contains the specified key.
Public Method GetReadOnly Given a key, returns read-only flag.
Public Method RemoveAll Removes all elements.
Public Method RemoveKey Removes an element associated with specified key.
Public Method Set Sets the value associated with specified key.
Public Method SetReadOnly Given a key, sets read-only flag.

Public Properties

Public Property Count Returns the number of elements in a collection.
Public Property Item Given a key, returns associated element.
Public Property Keys Returns an array of keys of the collection.
© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface