• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Distinguished Contributor
    Posts: 134
    Registered: ‎09-26-2008
    Accepted Solution

    Moving group of entities from point1 to point2

    157 Views, 2 Replies
    03-09-2012 07:05 AM

    Can someone help me figure out which is the best way to move a group of entities (BlockReference) from one point to another?  I have their ObjectIds in an ObjectIdCollection.  Now, I don't know if there is a way to move all of them at once or if it have to be done for each one separately.  How can I move and entity from point to point?  Thanks

    Please use plain text.
    *Expert Elite*
    chiefbraincloud
    Posts: 736
    Registered: ‎02-13-2008

    Re: Moving group of entities from point1 to point2

    03-09-2012 12:22 PM in reply to: HJohn1

    Use the TransformBy method inherited from the entity class.  You will need to loop through your collection and call TransformBy on each entity.

    Dave O.                                                                                Sig-Logos32.png
    Please use plain text.
    Distinguished Contributor
    Posts: 134
    Registered: ‎09-26-2008

    Re: Moving group of entities from point1 to point2

    03-09-2012 01:45 PM in reply to: chiefbraincloud

    Thank you

    Please use plain text.