STK AstrogatorSend comments on this topic.
IAgVAMCSSegmentCollection Interface

Description

Properties for a collection of segments.

Public Methods

Public Method CutCopies the segment into the clipboard and removes the segment from the sequence.
Public Method GetItemByIndexRetrieves the specified segment(using segment index number).
Public Method GetItemByNameRetrieves the specified segment(using segment name).
Public Method InsertAdds a segment to the segment collection.
Public Method InsertByNameInserts a segment by name to the segment collection.
Public Method InsertCopyCopies the segment pointer and inserts the copy before the given segment name.
Public Method PastePastes the segment from the clipboard and inserts in before the given segment name.
Public Method RemoveRemoves a segment; the End segment cannot be deleted.
Public Method RemoveAllRemoves all segments; the End segment cannot be deleted.

Public Properties

Public Property CountReturns the size of the collection.
Public Property ItemReturns the specified segment(using segment name or index number).
Public Property ProvideRuntimeTypeInfoReturns the IAgRuntimeTypeInfo interface to access properties at runtime.

Interfaces

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