Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / FRAME_PATHPOS_MINDIGITS Property / FRAME_PATHPOS_MINDIGITS Property

In This Topic
    FRAME_PATHPOS_MINDIGITS Property
    In This Topic
    Number of characters for column / row # 12029.
    Syntax
    public PropertyValue FRAME_PATHPOS_MINDIGITS {get; set;}
    public:
    property PropertyValue^ FRAME_PATHPOS_MINDIGITS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Number of characters for column and row numbers for numerical representation; fills in the "missing" digits with zeros, such as column number "1" in the three-digit representation: "001".

    See Also