Exemple #1
0
		public void LoadVectors()
		{
			CheckDisposed();

			RnEvent temp = new RnEvent();
			int[] hvos = GetHvosForFirstNObjectsOfClass(m_fdoCache.LangProject.ResearchNotebookOA.RecordsOC.HvoArray, RnEvent.kClassId, 3);
			CmObject.LoadVectorData(m_fdoCache, temp.GetType(), hvos);
			foreach(int hvo in hvos)
				m_fdoCache.GetVectorSize(hvo, (int)RnEvent.RnEventTags.kflidParticipants);
		}
Exemple #2
0
        public void LoadVectors()
        {
            CheckDisposed();

            RnEvent temp = new RnEvent();

            int[] hvos = GetHvosForFirstNObjectsOfClass(m_fdoCache.LangProject.ResearchNotebookOA.RecordsOC.HvoArray, RnEvent.kClassId, 3);
            CmObject.LoadVectorData(m_fdoCache, temp.GetType(), hvos);
            foreach (int hvo in hvos)
            {
                m_fdoCache.GetVectorSize(hvo, (int)RnEvent.RnEventTags.kflidParticipants);
            }
        }