예제 #1
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Gets the writing system for the HVO. This could either be the vernacular or
 /// analysis writing system.
 /// </summary>
 /// <param name="hvo">HVO</param>
 /// <returns>Writing system</returns>
 /// ------------------------------------------------------------------------------------
 public int GetWritingSystemForHvo(int hvo)
 {
     return(m_VcImpl.GetWritingSystemForHvo(hvo));
 }
        /// ------------------------------------------------------------------------------------
        /// <summary>
        /// Gets the writing system for the HVO. This could either be the vernacular or
        /// analysis writing system.
        /// </summary>
        /// <param name="hvo">HVO</param>
        /// <returns>Writing system</returns>
        /// ------------------------------------------------------------------------------------
        public int GetWritingSystemForHvo(int hvo)
        {
            CheckDisposed();

            return(m_VcImpl.GetWritingSystemForHvo(hvo));
        }