DataConnectionCollection class
DataConnectionCollection class
DataConnection collection.
Inheritance: DataConnectionCollection → Collection
The DataConnectionCollection type exposes the following members:
Properties
Property | Description |
---|---|
count | Gets the number of elements actually contained in the collection. |
next_id | The next available ID for new connections. |
Gets the element at the specified index.
Indexer
Name | Description |
---|---|
[index] |
Methods
Method | Description |
---|---|
is_exist(index) | Is exist item in the collection. |
clear() | Removes all elements from collection. |
add(data_connection) | Add the dataConnection in the collection. |
remove(data_connection) | Remove the dataConnection from the collection. |
get_data_connection(id) | Gets the element at the specified ID. |
See Also
- module aspose.diagram
- class Collection