|
CanEasy COM-Help
|
Collection of attributes
Definition at line 2844 of file cand_tlb.idl.
| HRESULT CanEasy::IAttrCol::AddAttr | ( | [in] BSTR | sName, |
| [in] enum AttrType | enType, | ||
| [in] VARIANT | vValue, | ||
| [out, retval] IAttribute ** | |||
| ) |
Adds a new attribute
| sName | Name of the new attribute |
| enType | Type of the attribute |
| vValue | value of the attribute |
| HRESULT CanEasy::IAttrCol::AddEnumAttr | ( | [in] BSTR | sName, |
| [in] VARIANT | vEnum, | ||
| [in] long | lVal, | ||
| [out, retval] IAttribute ** | |||
| ) |
Deprecated: Adds a new attribute with value table.
Attribute can have value tables like signals.
| HRESULT CanEasy::IAttrCol::AddItem | ( | IDatabaseItem * | pData | ) |
Adds an already existing attribute to the collections.
|
get |
Returns an attribute by name or index