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

In This Topic
    FUNCTION_EDP_ADAPTER(Int32) Property
    In This Topic
    EPLAN Data Portal: Configurator # 20287. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION_EDP_ADAPTER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION_EDP_ADAPTER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the external configurator that is accessed via the Data Portal. Such a configurator, for example, can be used to subsequently configure devices and macros that have been placed via the Data Portal.

    See Also