/// <summary> /// Set the label mapping of the ImageSet. /// </summary> /// <param name="map">Specifies the label map.</param> public void SetLabelMapping(LabelMapping map) { m_factory.SetLabelMapping(map, m_src.ID); }