Exception | Description |
---|---|
NotIndexedPropertyException | Thrown when property wasn't an indexed\-property. |
PropertyValue oProperty = m_oTestProject.Pages[0].Functions[0].Properties[ FUNC_INDEXED_PROPERTY ]; if(oProperty.IsIndexed) { for ( int i = oProperty.LastUsedIndex ; i \>= 1 ; --i ) { PropertyValue oPropertyElement = oProperty[ i ]; string sProperty = oPropertyElement.ToString(); } }