Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / MappedViewsCollection Class / Item Property
Index of the mapped view.
In This Topic
    Item Property (MappedViewsCollection)
    In This Topic
    Access a mapped view.
    Syntax
    public new View this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    Index of the mapped view.

    Property Value

    View on desired slot, or null if no view is mapped to this slot.
    See Also