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.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsCustomized()
Return Value
Boolean
Returns 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
Reference