IXRAttachedObjectCollection (Compact 2013)
3/28/2014
Defines a collection of attached objects.
Syntax
class IXRAttachedObjectCollection : public IXRAttachedObject
Public Data Members
None
Protected Data Members
None
Member Functions
Member Function |
Description |
---|---|
Method called to add an object to this collection |
|
Method called to clear all objects from this collection |
|
IXRAttachedObjectCollection.Contains(IXRAttachedObject *,bool *) |
Method called to determine if an object is contained by the collection |
Method called to get the number of objects in this collection |
|
IXRAttachedObjectCollection.GetItem(int,IXRAttachedObject * *) |
Method called to retrieve an object from this collection |
IXRAttachedObjectCollection.IndexOf(IXRAttachedObject *,int *) |
Method called to find the index of an object from this collection |
Method called to insert an object to this collection |
|
Method called to remove an object from this collection |
|
Method called to remove an object from this collection |