API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_PATHPOS_MINDIGITS Property / FRAME_PATHPOS_MINDIGITS(Int32) Property

In This Topic
    FRAME_PATHPOS_MINDIGITS(Int32) Property
    In This Topic
    Number of characters for column / row # 12029. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_PATHPOS_MINDIGITS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_PATHPOS_MINDIGITS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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