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

In This Topic
    FUNC_PLCAUTOPLUG_AND_CONNPTDESIGNATION(Int32) Property
    In This Topic
    Connection point designation (with plug designation (automatic)) # 20183. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCAUTOPLUG_AND_CONNPTDESIGNATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCAUTOPLUG_AND_CONNPTDESIGNATION {
       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..

    Combined property from the plug DT (automatic) and connection point designation of a PLC connection point or device connection point, separated by a hyphen.

    See Also