Beispiel #1
0
        public INode2 ParentNodeByPatch(INode2 patch)
        {
            var node = FInternalCOMInterf.GetParentNodeByPatch(patch.InternalCOMInterf);

            if (node != null)
            {
                return(Node.Create(node, FNodeInfoFactory));
            }
            else
            {
                return(null);
            }
        }