Exemplo n.º 1
0
        public override void Dispose()
        {
            if (this.tObjectGraphNode != null)
            {
                this.tObjectGraphNode.Dispose();
            }
            tObjectGraphNode = null;

            if (this.tGenericRcol != null)
            {
                this.tGenericRcol.Dispose();
            }
            tGenericRcol = null;

            if (tShpeLod != null)
            {
                tShpeLod.Dispose();
            }
            tShpeLod = null;

            if (tShpeItems != null)
            {
                tShpeItems.Dispose();
            }
            tShpeItems = null;

            if (tShpeParts != null)
            {
                tShpeParts.Dispose();
            }
            tShpeParts = null;
        }