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

In This Topic
    FUNC_MAINCROSSREFERENCE(Int32) Property
    In This Topic
    Cross-reference (only main functions) # 20306. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_MAINCROSSREFERENCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_MAINCROSSREFERENCE {
       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 possible main functions of the device. The function category has to match here. This property can be used to show a cross-reference on a black box to the same black box placed elsewhere.

    See Also