SchemaListFields Method

The complete list of fields in the Schema, sorted by name.

Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<Field> ListFields()

Return Value

IListField
Exceptions
ExceptionCondition
InvalidOperationException Reading of Entities of this Schema is not allowed to the current add-in.
See Also