if(CModule::IncludeModule("catalog")){ $m_list = CCatalogMeasure::getList(); while($ar_result = $m_list->GetNext()){ echo '<pre>'; print_r($ar_result); echo '</pre>'; } }