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

In This Topic
    MACROBOX_MACRO_SOURCE(Int32) Property
    In This Topic
    Macro: Source / reference # 23003. This property isn't indexed.
    Syntax
    public PropertyValue MACROBOX_MACRO_SOURCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ MACROBOX_MACRO_SOURCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Describing text in which you can, for example, specify where the schematic originates (e.g., "Siemens catalog").

    See Also