IInkDivisionUnits Interface
IInkDivisionUnits Interface |
Contains a collection of IInkDivisionUnit objects that are contained in a IInkDivisionResult object.
Members
The following tables list the members exposed by the object.
Methods
Method | Description |
---|---|
Item | Specifies the IInkDivisionUnit object to return at the known index in the collection. |
Properties
Property | Description |
---|---|
_NewEnum | Gets either the IEnumVARIANT or IEnumUnknown enumerator interface for the collection. Use this property to retrieve each object in the collection.
The _NewEnum property is marked |
Count | Returns the number of IInkDivisionUnit objects in the collection. |
Remarks
The ResultByType method of the IInkDivisionResult object returns the requested structural elements of the analysis results in a DivisionUnits collection.
For more information about collections in Automation, see Working with Collections.
COM Implementation
This collection implements the IInkDivisionUnits COM interface.