Harness proD API Help
EPLAN.Harness.API.DataStructures.OccurrenceSet Namespace / SelectSet Class
Members
In This Topic
    SelectSet Class
    In This Topic
    Set of selected occurrences.
    Inheritance Hierarchy

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

    Syntax
    public class SelectSet : OccurrenceSet 
    Public Methods
     NameDescription
    Public MethodOverloaded. Add the occurrence to this set. (Inherited from EPLAN.Harness.API.DataStructures.OccurrenceSet.OccurrenceSet)
    Public MethodClear all occurrences from this set. (Inherited from EPLAN.Harness.API.DataStructures.OccurrenceSet.OccurrenceSet)
    Public MethodReturns an enumerator that iterates through a collection. (Inherited from EPLAN.Harness.API.DataStructures.OccurrenceSet.OccurrenceSet)
    Public MethodRemove the occurrence from this set. (Inherited from EPLAN.Harness.API.DataStructures.OccurrenceSet.OccurrenceSet)
    Top
    See Also