STK AstrogatorSend comments on this topic.
IAgVAScriptingParameterCollection Interface

Description

The list of parameters that the script can interact with.

Public Methods

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

Public Properties

Public Property CountReturns the size of the collection.
Public Property ItemAllows you to iterate through the collection.
Public Property ProvideRuntimeTypeInfoReturns the IAgRuntimeTypeInfo interface to access properties at runtime.

Interfaces

Implemented Interface
© 2024 Analytical Graphics, Inc. All Rights Reserved.