DocumentSubsetCollection module
- class DocumentSubsetCollection.DocumentSubsetCollection
Bases:
OwnerHolder,IDocumentObjectCollection,ICollectionBase,IEnumerableRepresents a subset from collection of specified type entities.
- Clear()
Removes all entities
- property Count: int
Gets the count.
- property Document: Document
Gets the document.
- GetEnumerator() IEnumerator
Returns an enumerator that iterates through a collection.
- property Owner: DocumentObject
Gets the owner.
- get_Item(index: int) DocumentObject
Gets the documentObject at the specified index.
