2024 Class
Changes 0
C

CurveLoopIterator

Description:
An iterator to a curve loop.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.CurveLoopIterator
public class CurveLoopIterator : IEnumerator<Curve>
Name Return Type Description
M Dispose() None Releases all resources used by the
M MoveNext() bool Increments the iterator to the next item.
M Reset() None Resets the iterator to the initial state.
Name Return Type Description
P CurrentObject Object
P Current Curve Gets the item at the current position of the iterator.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.