Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DecorationController Class / AddDecoration Method
The decoration to add. (Must be valid and a decoration with same name must not be already present in teh list)
In This Topic
    AddDecoration Method
    In This Topic
    Adds specified Decoration to decorations list.
    Syntax
    public void AddDecoration( 
       DecorationSetting decoration
    )

    Parameters

    decoration
    The decoration to add. (Must be valid and a decoration with same name must not be already present in teh list)
    See Also