Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDSymbolPropertyList Class / SYMB_DESC Property / SYMB_DESC Property

In This Topic
    SYMB_DESC Property
    In This Topic
    Symbol description # 16011.
    Syntax
    public MDPropertyValue SYMB_DESC {get; set;}
    public:
    property MDPropertyValue^ SYMB_DESC {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    See Also