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

In This Topic
    FUNC_ARTICLE_UNIT_DESIGN(Int32) Property
    In This Topic
    Type of construction: Device # 26365.
    Syntax
    public PropertyValue FUNC_ARTICLE_UNIT_DESIGN( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_UNIT_DESIGN {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

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

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

    Form of the housing and structure of the device. These specifications are, among other things, relevant for mounting and the operating location.

    See Also