API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLE_SAFETYRELATED_HIERARCHY_4 Property / ARTICLE_SAFETYRELATED_HIERARCHY_4(Int32) Property

In This Topic
    ARTICLE_SAFETYRELATED_HIERARCHY_4(Int32) Property
    In This Topic
    Safety-related values: Hierarchy level 4 # 40324. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_SAFETYRELATED_HIERARCHY_4( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_SAFETYRELATED_HIERARCHY_4 {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Safety-relevant use cases can be structured hierarchically. The selection criteria that must be combined for a use case are entered in hierarchy levels. There are five hierarchy levels.

    See Also