• AutoCAD.net: DrawOrderChange display order of the entities in the drawing


    public class DrawOrderTable : Autodesk.AutoCAD.DatabaseServices.DBObject

    Member of Autodesk.AutoCAD.DatabaseServices

    Summary:

    Is the persistent container for draw order information. It resides in the extension dictionary of an associated BlockTableRecord under the key ACAD_SORTENTS.

    Method 
    Description 

    Returns true if first is drawn before second. 
    SYstem

    Returns an collection of the entity object IDs of the block in the order in which they would be...
    more 

    Rearranges the object IDs in the input array into their current relative draw order.
    When one or more bits of...
    more 

    Given an input object ID, this function returns the Handle that indicates the draw order. Entities with lesser handle values... more 

    Places all the entities specified in the input object ID array above the specified target entity. The entities being moved... more 

    Places all the entities specified in the input object ID array below the specified target entity. The entities being moved... more 

    Places all the entities specified in the input object ID array at the beginning of the draw order. The entities... more 

    Places all the entities specified in the input object ID array at the ending of the draw order. The entities... more 

    Takes the object IDs in the input collection and moves them in their current associated draw order slots so that... more 

    Swaps the draw order positions of the entities. 

     

    Sample Code:

            DrawOrder

     

  • 相关阅读:
    cd 好吃的 收藏
    2011 无代码无意义…test 指针 v1
    转 云中漫步的 电子书 from simon
    2011无代码无意义 test_gets_scanf连用 等
    svn—relocate 的原因
    转 CString,string,char*的综合比较
    2011 无代码无意义 test_内存之 变量的边界 (图)
    转 解决"应用程序配置不正确,程序无法启动"
    转 删除已存在的SVN账户信息
    C#中IO类FileInfo和Directory操作实例
  • 原文地址:https://www.cnblogs.com/wf225/p/1333852.html
Copyright © 2020-2023  润新知