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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Supplementary field of the external configurator that is accessed via the Data Portal. Here, specific information is stored for the external configurator.

    See Also