An iterator to a set of plan topology objects.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.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