Harness proD API Help
EPLAN.Harness.API.DataStructures.OccurrenceSet Namespace / OccurrenceSet Class
Members
In This Topic
    OccurrenceSet Class
    In This Topic
    Abstract set of occurrences.
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.DataStructures.OccurrenceSet.OccurrenceSet
          EPLAN.Harness.API.DataStructures.OccurrenceSet.HighlightSet
          EPLAN.Harness.API.DataStructures.OccurrenceSet.SelectSet

    Syntax
    public abstract class OccurrenceSet 
    Public Methods
     NameDescription
    Public MethodOverloaded. Add the occurrence to this set.  
    Public MethodClear all occurrences from this set.  
    Public MethodReturns an enumerator that iterates through a collection.  
    Public MethodRemove the occurrence from this set.  
    Top
    See Also