Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonBar Class / AddIcon Method
Content of svg icon or path to the svg icon file

In This Topic
    AddIcon Method
    In This Topic
    Adds new icon to the ribbon bar
    Syntax
    public RibbonIcon AddIcon( 
       string svgSource
    )
    public:
    RibbonIcon^ AddIcon( 
       String^ svgSource
    ) 

    Parameters

    svgSource
    Content of svg icon or path to the svg icon file

    Return Value

    Created icon, or null if nothing was created
    Remarks
    If the icon was added before, ribbon icon will be returned reusing this previous added icon
    See Also