Revit 2026 API
Temporary |
Identifies if a custom temporary view mode is currently active.
A custom mode is active if there is a non-empty string set for CustomTitle.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsCustomized()
Public Function IsCustomized As Boolean
public: bool IsCustomized()
member IsCustomized : unit -> bool
Return Value
BooleanReturns true a custom temporary view mode is currently active, false otherwise. A custom mode is active if there is a non-empty string set for CustomTitle.
See Also