Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_ARTICLE_USED_SAFETYRELATEDVALUE Property / FUNC_ARTICLE_USED_SAFETYRELATEDVALUE(Int32) Property

In This Topic
    FUNC_ARTICLE_USED_SAFETYRELATEDVALUE(Int32) Property
    In This Topic
    Safety-related values: Use case in use # 20307.
    Syntax
    public PropertyValue FUNC_ARTICLE_USED_SAFETYRELATEDVALUE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_USED_SAFETYRELATEDVALUE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    Indicates the use case that is used for the safety-related values of a part.

    See Also