STK AstrogatorSend comments on this topic.
IAgVAScriptingSegmentCollection Interface

Description

The list of object properties that the script can interact with.

Public Methods

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

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.