API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_SYBMOLFUNCTIONTYPE Property / SYMB_SYBMOLFUNCTIONTYPE(Int32) Property

In This Topic
    SYMB_SYBMOLFUNCTIONTYPE(Int32) Property
    In This Topic
    Symbol representation type (encoded) # 16027. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_SYBMOLFUNCTIONTYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_SYBMOLFUNCTIONTYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Shows in coded form the representation type of the symbol:

    1 = Multi-line

    2 = Single-line

    38 = P&I diagram

    -2 = Pair cross-reference

    3 = Overview

    -3 = External

    5 = Graphic

    8 = Panel layout

    -6 = Detailed panel layout.

    See Also