Gets a Field of a given name from the Schema.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Field GetField( string name )
Parameters
- name String
- The Field name
Return Value
FieldThe Field
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | Reading of Entities of this Schema is not allowed to the current add-in. |
