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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also