An iterator to a set of plan topology objects.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public abstract class PlanTopologySetIterator : APIObject,
IEnumerator |
Visual Basic |
---|
Public MustInherit Class PlanTopologySetIterator _
Inherits APIObject _
Implements IEnumerator |
Visual C++ |
---|
public ref class PlanTopologySetIterator abstract : public APIObject,
IEnumerator |
Inheritance Hierarchy
See Also