API Help
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStripPropertyList Class / TERMINALSTRIP_TERMINALLINEUPDIAGRAMPAGE Property / TERMINALSTRIP_TERMINALLINEUPDIAGRAMPAGE(Int32) Property

In This Topic
    TERMINALSTRIP_TERMINALLINEUPDIAGRAMPAGE(Int32) Property
    In This Topic
    Terminal strips: Page name of terminal line-up diagram # 35011. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue TERMINALSTRIP_TERMINALLINEUPDIAGRAMPAGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ TERMINALSTRIP_TERMINALLINEUPDIAGRAMPAGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Name of the first page of the terminal line-up diagram for the reported terminal strip. Can be used in reports / forms.

    See Also