API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / RECTANGLE_HEIGHT Property / RECTANGLE_HEIGHT(Int32) Property

In This Topic
    RECTANGLE_HEIGHT(Int32) Property
    In This Topic
    Height # 20222. This property isn't indexed.
    Syntax
    public PropertyValue RECTANGLE_HEIGHT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ RECTANGLE_HEIGHT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Allows the height of black boxes, structure boxes and PLC boxes to be specified in placeholder objects. The height must be entered as a negative value.

    See Also