Revit 2025.3 API
Classification |
Checks if the key matches the level and parent key.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool HasInvalidKey()
Public Function HasInvalidKey As Boolean
public: bool HasInvalidKey()
member HasInvalidKey : unit -> bool
Return Value
BooleanTrue if the key doesn't matach the level and parent key. False otherwise.
See Also