Revit 2026 API
EntityRecognized |
Checks whether a Field belongs to the same Schema as this Entity.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool RecognizedField( Field field )
Public Function RecognizedField ( field As Field ) As Boolean
public: bool RecognizedField( Field^ field )
member RecognizedField : field : Field -> bool
Parameters
- field Field
- The Field to check.
Return Value
BooleanTrue if the Field belongs to the same Schema as this Entity.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also