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

AddTimeProp() public method

May need to do this one soon. Needs a new interface to give access to the IVwEnv internal methods.
public AddTimeProp ( int tag, uint flags ) : void
tag int
flags uint
return void
		public virtual void AddTimeProp(int tag, uint flags)
		{
			// TODO: If we ever implement this, we need to do the following:
			//IncrementPropCount(tag);
			//throw new NotImplementedException("AddTimeProp not implemented by CollectorEnv");
		}