API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_ECABINET_MACRO Property / ARTICLE_ECABINET_MACRO(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the image file that is mapped during part placement in the layout space on the front side of the placed 3D object. Using an image file as texture displays the surface of a 3D model in more detail and more realistically or illustrates the photo of an original item.

    See Also