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

In This Topic
    SYMB_SYBMOLFUNCTIONTYPE_NAME(Int32) Property
    In This Topic
    Symbol representation type # 16028. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue SYMB_SYBMOLFUNCTIONTYPE_NAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_SYBMOLFUNCTIONTYPE_NAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Shows the representation type of the symbol, e.g. "Multi-line" or "Overview".

    See Also