Schema.ListFields Method

SchemaListFields Method

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
Exceptions
ExceptionCondition
InvalidOperationException Reading of Entities of this Schema is not allowed to the current add-in.
See Also