An array that contains form objects.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
public class FormArray : APIObject, IEnumerable |
| Visual Basic |
|---|
Public Class FormArray _
Inherits APIObject _
Implements IEnumerable |
| Visual C++ |
|---|
public ref class FormArray : public APIObject,
IEnumerable |
Inheritance Hierarchy
See Also