Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / View Class / Visibility Property
In This Topic
    Visibility Property
    In This Topic
    Visibility settings for occurrences in the scene.
    Syntax
    public Dictionary<string,bool> Visibility {get; set;}
    Exceptions
    ExceptionDescription
    Argument is null.
    Remarks
    List of key-value pairs. Key is the ID of the occurrence and Value is a boolean which determines if this occurrence should be visible or not.
    See Also