Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DecorationController Class / GetAllDecorations Method
In This Topic
    GetAllDecorations Method
    In This Topic
    Returns a list of Decorations for this setting.
    Syntax
    public IReadOnlyList<DecorationSetting> GetAllDecorations()

    Return Value

    A list of Decorations for this setting.
    Remarks
    For editing an existing decorations, do so by picking one from this list.This list is readonly. To add or remove a decoration use respective methods.
    See Also