public int GetElementIndexByName(string name)
 {
     return(m_info.GetElementIndexByName(name));
 }