[]
Represents a collection of C1Anchor objects.
public class C1AnchorCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
C1AnchorCollection() |
Name | Description |
---|---|
this[int] | Gets or sets the C1Anchor at the specified index. |
Name | Description |
---|---|
Add(C1Anchor) | Adds a C1Anchor to the current collection. |
FindByName(string) | Searches for an anchor with the specified name in the current collection. |
IndexOf(C1Anchor) | Returns the index of a C1Anchor in the current collection. |
Insert(int, C1Anchor) | Inserts a C1Anchor into the current collection. |
Remove(C1Anchor) | Removes a C1Anchor from the current collection. |