AssemblingErrors Object (IAssemblingErrors Interface)
This object represents a collection of assembling errors. To access the assembly errors of the certain document, use the AssemblingErrors property of the corresponding Document object.
The AssemblingErrors object is a so-called "connectable object". The methods of the AssemblingErrors object report information about the collection modification through special outgoing interfaces. These interfaces are ICollectionEvents (for C++) and the dispinterface DICollectionEvents (for Visual Basic). It should be noted that Visual Basic users should not care for details of implementing event interfaces, as this development platform provides easy means for handling them.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of elements in the collection. |
Element | AssemblingError, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Item | Provides access to a single element of the collection. |
Related objects
See also
8/15/2023 1:19:30 PM