Graphisoft®

API Development KitVersion: 18

SyEnum

Defines an enum of 2D primitive types stored in a VectorImage.

    enum SyEnum {
      SyEnd;
      SyHead;
      SyHots;
      SyLine;
      SyArc;
      SyText;
      SyHatch;
      SySpline;
      SyFont;
      SyPicture;
      SyPixMap;
    };

Remarks

You can use these values in functions dealing with a given type. Eg. GetItemCountOfType.

Requirements

Version:API 10.0 or later, ModelerGraphics 8 or later
Library:ModelerGraphicsImp.lib (Win) or ModelerGraphics.framework (Mac)
Header:Symb2d.h

See Also

VectorImage