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

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

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Description text for the macro.

    See Also