STK ObjectsSend comments on this topic.
IAgVORefCrdnCollection Interface

Description

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

Public Methods

Public Method AddAdds 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 GetCrdnByNameReturns 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 RemoveRemoves an element at the specified position from the collection.
Public Method RemoveAllRemoves all elements from the collection.
Public Method RemoveByNameRemoves 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 AvailableCrdnsGet a list of available VGT elements that can be added to the collection.
Public Property CountReturns a number of elements in the collection.
Public Property ItemReturns an element of the collection at the specified position.
© 2024 Analytical Graphics, Inc. All Rights Reserved.