Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_GROUPSYMBOLMACRO_CUSTOM_NAME Property / ARTICLE_GROUPSYMBOLMACRO_CUSTOM_NAME(Int32) Property

In This Topic
    ARTICLE_GROUPSYMBOLMACRO_CUSTOM_NAME(Int32) Property
    In This Topic
    Schematic macro: Name for company standard # 22880.
    Syntax
    public MDPropertyValue ARTICLE_GROUPSYMBOLMACRO_CUSTOM_NAME( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_GROUPSYMBOLMACRO_CUSTOM_NAME {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

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

    See Also