Пример #1
0
 /// <summary>
 /// Returns the label boosts as text.
 /// </summary>
 /// <param name="nProjectId">Specifies the ID of the project.</param>
 /// <returns>The label boosts are returned.</returns>
 public string GetLabelBoostsAsText(int nProjectId)
 {
     return(m_factory.GetLabelBoostsAsText(nProjectId, m_src.ID));
 }