API Help
Eplan.EplApi.DataModel Namespace / MacroBoxPropertyList Class / RECTANGLE_START_X Property / RECTANGLE_START_X(Int32) Property

In This Topic
    RECTANGLE_START_X(Int32) Property
    In This Topic
    X coordinate starting point # 19340. This property isn't indexed.
    Syntax
    public PropertyValue RECTANGLE_START_X( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ RECTANGLE_START_X {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    See Also