API Help
Eplan.EplApi.MasterData Namespace / MDSymbolLibraryPropertyList Class / SYMBLIB_DESC Property / SYMBLIB_DESC(Int32) Property

In This Topic
    SYMBLIB_DESC(Int32) Property
    In This Topic
    Symbol library description # 15011. This property isn't indexed.
    Syntax
    public MDPropertyValue SYMBLIB_DESC( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ SYMBLIB_DESC {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

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