CPropertyContainer::GetPropertyAt

virtual IProperty* CPropertyContainer::GetPropertyAt(const int nPropIdx)

Get the property using an index into the container.

Defined in: PropContainer.h

Return Value

Pointer to property.

Parameters

nPropIdx

Zero-based index of property to retrieve.

Comments

This function can be used in conjunction with the GetPropertyCount method to iterate over all of the properties in the container.