PropCollection
Contents
[
Hide
]
PropCollection class
Prop collection.
public class PropCollection : Collection
Properties
Name | Description |
---|---|
Count { get; } | Gets the number of elements actually contained in the collection. |
Item { get; } | Gets the element at the specified index. |
Methods
Name | Description |
---|---|
Add(Prop) | Add the Prop object in the collection. |
Clear() | Removes all elements from collection. |
GetEnumerator() | Supports a simple iteration over a nongeneric collection. |
GetProp(int) | Gets the element at the specified ID. |
GetProp(string) | Gets the element at the specified name. |
IsExist(int) | Is exist item in the collection. |
Remove(Prop) | Remove the Prop object from the collection. |
See Also
- class Collection
- namespace Aspose.Diagram
- assembly Aspose.Diagram