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

In This Topic
    FUNC_CROSSREFERENCE(Int32) Property
    In This Topic
    Cross-reference (main / aux. function) # 20300. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_CROSSREFERENCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_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..

    Shows cross-references between main and auxiliary functions. Cross-references between structure boxes are not shown here.

    See Also