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

AddObjVec() public method

Adds the obj vec.
public AddObjVec ( int tag, IVwViewConstructor vc, int frag ) : void
tag int The tag.
vc IVwViewConstructor The vc.
frag int The frag.
return void
		public virtual void AddObjVec(int tag, IVwViewConstructor vc, int frag)
		{
			OpenVecProp(tag);
			vc.DisplayVec(this, m_hvoCurr, tag, frag);
			CloseProp();
		}