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

In This Topic
    FRAME_CONT_LADDER_DESCR(Int32) Property
    In This Topic
    Continuous row / column designation # 12031. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_CONT_LADDER_DESCR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_CONT_LADDER_DESCR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    For ladder technology: The rows are incremented exactly like the columns, that is, each row designation exists once per page.

    See Also