Beispiel #1
0
        public TaggedComponent[] get_effective_components(int id)
        {
            IIorProfile selectedProfile = m_clientRequest.SelectedProfile;

            if (selectedProfile.ContainsTaggedComponent(id))
            {
                return(selectedProfile.GetTaggedComponents(id));
            }
            throw new BAD_PARAM(25, CompletionStatus.Completed_MayBe);
        }