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

In This Topic
    ARTICLE_PICTUREFILE(Int32) Property
    In This Topic
    Image file # 22045. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_PICTUREFILE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_PICTUREFILE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Outputs the name of the image file which has been assigned to the part in parts management on the "Mounting data" tab.

    See Also