SEARCH   
Home About Us Products Manufacturing Services Support ARK online Contact Us
Support > Software Downloads >
ARK® Tutorial



Introduction  |  Core Component  |  Communications  |  Additional Topics  |  Reference Guide




 
   

Reference Guide

interface IProducts

The interface to the collection of product components contained within a product component library.

Definition
interface IProducts : IDispatch
{
[propget]
HRESULT Count([out, retval] long* rval);
[id(0), propget]
HRESULT Item([in] const VARIANT* index, [out, retval] IProduct** rval);
};

Descriptions

[propget]
HRESULT Count([out, retval] long* rval);
The number of product components in the library.

[id(0), propget]
HRESULT Item([in] const VARIANT* index, [out, retval] IProduct** rval);
Given an integer or string index, returns one of the product components.




© ON Semiconductor  |   PRIVACY POLICY  |   TERMS OF USE