CBCGPProp* CBCGPProp::GetSubItem | ( | int | nIndex | ) | const |
Returns a specific sub-property identified by the zero-based index.
Call this function to retrieve a specific sub-property identified by the zero-based index. The function asserts if the specified index is below 0 or exceeds the number of child sub-properties.
nIndex | Specifies the zero-based index of the property to be retrieved. |