public OnepTopologicallink(OnepTopologicallink rhs)
        {
            this._name   = rhs._name;
            this._length = rhs._length;

            CopyOnepTopologicallinkVolatileProperties(rhs);
        }
 partial void CopyOnepTopologicallinkVolatileProperties(OnepTopologicallink rhs);