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

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

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Representation type of macro. Possible values are:

    1 = Multi-line

    2 = Single-line

    3 = Pair cross-reference

    4 = Overview

    5 = Graphic

    6 = Panel layout

    7 = P&I diagram

    8 = Multi-line Fluid power

    9 = Topology

    10 = 3D mounting layout

    11 = Functional

    12 = Pre-planning.

    See Also