Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DecorationSetting Class / SetSymbol Method
Library part of the symbol to set.
View to display. In case this is null or not set, the first view of the symbol will be selected automatically.
In This Topic
    SetSymbol Method (DecorationSetting)
    In This Topic
    Sets a library symbol.
    Syntax
    public void SetSymbol( 
       Lib2DSymbol libPart,
       LibPartViewInfo view
    )

    Parameters

    libPart
    Library part of the symbol to set.
    view
    View to display. In case this is null or not set, the first view of the symbol will be selected automatically.
    See Also