API Help
Eplan.EplApi.DataModel.Graphics Namespace / RectanglePropertyList Class / RECTANGLE_ANGLE Property / RECTANGLE_ANGLE(Int32) Property

In This Topic
    RECTANGLE_ANGLE(Int32) Property
    In This Topic
    Rotation angle for rectangle # 19342. This property isn't indexed.
    Syntax
    public PropertyValue RECTANGLE_ANGLE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ RECTANGLE_ANGLE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    See Also