Schema.GetField Method
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
Field
The 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.
See Also
Reference
Schema Class
Autodesk.Revit.DB.ExtensibleStorage Namespace