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

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

    Shows cross-references for overview functions.

    See Also