Gets a Field of a given name from the Schema.
Namespace: Autodesk.Revit.DB.ExtensibleStorageAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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