SIL.FieldWorks.Common.RootSites.CollectorEnv.AddStringAltSeq C# (CSharp) Method

AddStringAltSeq() public method

An implementation equivalent to the IVwEnv one is fairly trivial, but so unsatisfactory that I'm sure we're not using it.
public AddStringAltSeq ( int tag, int _rgenc, int cws ) : void
tag int tag
_rgenc int _rgenc
cws int cws
return void
		public void AddStringAltSeq(int tag, int[] _rgenc, int cws)
		{
			// TODO: If we ever implement this, we need to do the following:
			//IncrementPropCount(tag);
			throw new NotImplementedException("AddStringAltSeq not implemented for CollectorEnv");
		}