Пример #1
0
        public int GetListSize(IntPtr anchorListHandle)
        {
            int size = 0;

            ExternApi.ArAnchorList_getSize(m_NativeSession.SessionHandle, anchorListHandle, ref size);
            return(size);
        }