Stores information about items for determining sorting order.
struct SortRecord {
    short           itemType;
    short           itemPriority;
    short           drwIndex;
    long            itemPositionIndex;
    ULong           itemOffset;
};
    Members
- itemType
- The item type. See SyEnum.
- itemPriority
- The priority due to the type of the item. The hotspots has the highest (less number) and the pixmaps has the lowest (greater number) priority.
- drwIndex
- The item’s drawing order index.
- itemPositionIndex
- The item’s natural position in the VectorImage. First item has the 0 and so on.
- itemOffset
- The item’s offset in bytes in the VectorImage.
Remarks
Requirements
- Version: API 10.0 or later, ModelerGraphics 8 or later
- Header: Symb2D.h