get list of all the elements C #

Realy In C # get list of all the elements of the model and the properties of each element?

Parents Reply
  • Look in the VBA help for the Element object.

    All graphic elements inherit from Element, but not all elements have all the properties you want to see.  All graphic elements have a class and level, for example, but not all elements have a StartPoint.

    There is no VBA API for materials.  To handle material information, you must use MDL.

     
    Regards, Jon Summers
    LA Solutions

Children