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

In This Topic
    TERMINALSTRIP_DIAGRAMPAGE(Int32) Property
    In This Topic
    Terminal strips: Page name of terminal diagram # 35009. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue TERMINALSTRIP_DIAGRAMPAGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ TERMINALSTRIP_DIAGRAMPAGE {
       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 diagram for the reported terminal strip. Can be used in reports / forms.

    See Also