COM Interface: IPCBSegments
Members
Values
| Property | Description |
|---|---|
| long Count {get} | Retrieves the number of segments in the collection. |
| IPCBSegment Item(long index) | Retrieves the segment at a specific index. |
| IEnumVARIANT _NewEnum {get} | Enables use of the built-in syntax of a COM client to iterate through an object’s collection of items. |

