API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_STRESS Property / ARTICLE_STRESS(Int32) Property

In This Topic
    ARTICLE_STRESS(Int32) Property
    In This Topic
    Stress # 22143. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_STRESS( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_STRESS {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The types of stress differentiate between mechanical movement values (static and dynamic) and environmental influences (e.g., moisture, heat, chemical reactions). Entry is limited to 16 characters.

    See Also