Properties for a collection of segments.
Cut | Copies the segment into the clipboard and removes the segment from the sequence. |
GetItemByIndex | Retrieves the specified segment(using segment index number). |
GetItemByName | Retrieves the specified segment(using segment name). |
Insert | Adds a segment to the segment collection. |
InsertByName | Inserts a segment by name to the segment collection. |
InsertCopy | Copies the segment pointer and inserts the copy before the given segment name. |
Paste | Pastes the segment from the clipboard and inserts in before the given segment name. |
Remove | Removes a segment; the End segment cannot be deleted. |
RemoveAll | Removes all segments; the End segment cannot be deleted. |
Count | Returns the size of the collection. |
Item | Returns the specified segment(using segment name or index number). |
ProvideRuntimeTypeInfo | Returns the IAgRuntimeTypeInfo interface to access properties at runtime. |
Implemented Interface |
---|