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

In This Topic
    FUNC_PLCSAFETYADDRESS(Int32) Property
    In This Topic
    Safety address # 20439. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCSAFETYADDRESS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCSAFETYADDRESS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Safety address in the safety module (e.g., F-address for PROFIsafe).

    See Also