STK AstrogatorSend comments on this topic.
IAgVAScriptingCalcObjectCollection Interface

Description

The list of calc objects that the script can interact with.

Public Methods

Public Method AddAdds a calculation object to the collection.
Public Method CutCopies the calc object into the clipboard and removes the calc object from the list.
Public Method GetItemByIndexRetrieves a scripting calc object from the collection by index.
Public Method GetItemByNameRetrieves a scripting calc object from the collection by name.
Public Method InsertCopyCopies the calc object and inserts the copy into the list.
Public Method PastePastes the calc object from the clipboard and inserts into the list.
Public Method RemoveRemoves a calculation object.
Public Method RemoveAllRemoves all calculation objects.

Public Properties

Public Property CountReturns the size of the collection.
Public Property ItemAllows you to iterate through the collection.
© 2024 Analytical Graphics, Inc. All Rights Reserved.