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

Description

Manages the collection of elements that are used to visualize the Vector Geometry Tool components in 3D.

Object Model

Public Methods

Public Method Add Adds a VGT component to the collection. The path must refer to a valid VGT component. The method throws an exception if the path is invalid or if the element already exist.
Public Method GetCrdnByName Returns an element with the specified name and type. The method throws an exception if the element with the specified name does not exist.
Public Method Remove Removes an element at the specified position from the collection.
Public Method RemoveAll Removes all elements from the collection.
Public Method RemoveByName Removes an element from the collection using the element's path. The method does not throw an exception if the element with the specified name is not in the collection.

Public Properties

Public Property AvailableCrdns Get a list of available VGT elements that can be added to the collection.
Public Property Count Returns a number of elements in the collection.
Public Property Item Returns an element of the collection at the specified position.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1