![]() |
|
Properties | |
long | Count [get] |
The number of entities in this collection. | |
ISkpEntityTransformPair | Item ([in] long Index) [get] |
return the Indexth item in the collection. | |
IUnknown | _NewEnum [get] |
Gets an IEnumVARIANT from the collection. |
IUnknown ISkpEntityTransformPairs::_NewEnum [get] |
Gets an IEnumVARIANT from the collection.
This will return an object implementing IEnumVARIANT. Each entry in the IEnumVARIANT will be an ISkpEntityTransformPair object.
pVal | The IEnumVARIANT interface |
long ISkpEntityTransformPairs::Count [get] |
The number of entities in this collection.
pVal | the number of entities in this collection |
ISkpEntityTransformPair ISkpEntityTransformPairs::Item([in] long Index) [get] |
return the Indexth item in the collection.
Index | The 0-based index of the item to return. | |
pVal | The non-NULL return value into which to place the item. |
©2010 Google - Google Home - About Google |