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

In This Topic
    ARTICLE_MACRO(Int32) Property
    In This Topic
    Graphical macro (incl. directory) # 22010. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_MACRO( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_MACRO {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Macro name (CAD number) for the 2D panel layout, including directory.

    See Also