Revit 2026 API
SchemaList |
The complete list of fields in the Schema, sorted by name.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<Field> ListFields()
Public Function ListFields As IList(Of Field)
public: IList<Field^>^ ListFields()
member ListFields : unit -> IList<Field>
Return Value
IListField
Exception | Condition |
---|---|
InvalidOperationException | Reading of Entities of this Schema is not allowed to the current add-in. |
See Also