Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / MappedViewsCollection Class
Members
In This Topic
    MappedViewsCollection Class
    In This Topic
    Read-only collection of mapped views.
    Object Model
    MappedViewsCollection ClassView Class
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.ReadOnlyCollection<T>
          EPLAN.Harness.API.DataStructures.MappedViewsCollection

    Syntax
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class MappedViewsCollection : System.Collections.ObjectModel.ReadOnlyCollection<View> 
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<View>)
    Public PropertyAccess a mapped view.  
    Top
    Public Methods
    See Also