API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCCONFIGURATIONPROJECT_AUTOMATIC Property / FUNC_PLCCONFIGURATIONPROJECT_AUTOMATIC(Int32) Property

In This Topic
    FUNC_PLCCONFIGURATIONPROJECT_AUTOMATIC(Int32) Property
    In This Topic
    Configuration project (automatic, at bus ports) # 20581. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCCONFIGURATIONPROJECT_AUTOMATIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCONFIGURATIONPROJECT_AUTOMATIC {
       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..

    Outputs the manually entered configuration project at a bus port or, if it is empty, the configuration project of the associated PLC box (main function).

    See Also