Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_PATHSIZE Property / FRAME_PATHSIZE(Int32) Property

In This Topic
    FRAME_PATHSIZE(Int32) Property
    In This Topic
    Column width # 12102.
    Syntax
    public PropertyValue FRAME_PATHSIZE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_PATHSIZE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Property is indexed. Possible indexes are from 1 to 1000.

    Width of grid columns. A max. of 1,000 is allowed.

    See Also