Gets a Field of a given name from the Schema.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic Field GetField(
string name
)
Public Function GetField (
name As String
) As Field
public:
Field^ GetField(
String^ name
)
member GetField :
name : string -> Field
Parameters
- name String
-
The Field name
Return Value
Field
The Field
Exceptions
See Also