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

In This Topic
    FUNC_SAFETY_PROJECT(Int32) Property
    In This Topic
    Safety project # 20366. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_SAFETY_PROJECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_SAFETY_PROJECT {
       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 associated project in SISTEMA. The property is used as a selection criterion during the export of safety-related values.

    See Also