API Help
Eplan.EplApi.DataModel Namespace / MacroBoxPropertyList Class / MACROBOX_NAME Property / MACROBOX_NAME(Int32) Property

In This Topic
    MACROBOX_NAME(Int32) Property
    In This Topic
    Macro: Name # 23009. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue MACROBOX_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ MACROBOX_NAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    File name of the macro (without path specification).

    See Also