API Help
Eplan.EplApi.DataModel Namespace / Properties.Rectangle Enumeration

In This Topic
    Properties.Rectangle Enumeration
    In This Topic
    Identificators of properties owned by Rectangle class.
    Syntax
    public enum Properties.Rectangle : System.Enum 
    public enum class Properties.Rectangle : public System.Enum 
    Members
    MemberValueDescription
    RECTANGLE_ANGLE19342Rotation angle for rectangle # 19342.
    RECTANGLE_HEIGHT20222Height # 20222.
    RECTANGLE_START_X19340X coordinate starting point # 19340.
    RECTANGLE_START_Y19341Y coordinate starting point # 19341.
    RECTANGLE_WIDTH20221Width # 20221.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Properties.Rectangle

    See Also