API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_DISTRIBUTED_TERMINAL_CROSSREFERENCE Property / FUNC_DISTRIBUTED_TERMINAL_CROSSREFERENCE(Int32) Property

In This Topic
    FUNC_DISTRIBUTED_TERMINAL_CROSSREFERENCE(Int32) Property
    In This Topic
    Distributed terminals cross-reference # 20252. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_DISTRIBUTED_TERMINAL_CROSSREFERENCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_DISTRIBUTED_TERMINAL_CROSSREFERENCE {
       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..

    The distributed terminal's cross-reference refers from the first distributed terminal (according to the sequence in the terminal strip navigator and, primarily, the main terminal if one exists) to all other distributed terminals with the same terminal designation. For all other distributed terminals, this cross-reference refers back to the first distributed terminal.

    See Also