<Code Lib>
2023 Class
Changes 1
C

CorrectionFactorSet

Description:
A set that contains correction factors.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.Electrical.CorrectionFactorSet

public class CorrectionFactorSet : APIObject, 
	IEnumerable

Name Return Type Description Inherited From
C CorrectionFactorSet() CorrectionFactorSet Initializes a new instance of the class

Name Return Type Description Inherited From
M Clear() None Removes every correction factor from the set, rendering it empty.
M Contains(CorrectionFactor) bool
M Erase(CorrectionFactor) int
M ForwardIterator() CorrectionFactorSetIterator Retrieve a forward moving iterator to the set.
M GetEnumerator() IEnumerator Retrieve a forward moving iterator to the set.
M Insert(CorrectionFactor) bool
M ReverseIterator() CorrectionFactorSetIterator Retrieve a backward moving iterator to the set.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject

Name Return Type Description Inherited From
P IsEmpty bool Test to see if the set is empty.
P Size int Returns the number of correction factors that are in the set.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject

Loading…