A text caption to use for the given mode.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string GetCaption(
TemporaryViewMode mode
)
Parameters
- mode TemporaryViewMode
-
The mode to get a caption for.
Return Value
String
Text of the caption. The text is localized.
Exceptions
Remarks
The text appears in the UI on the temporary frame when the view is in the temporary mode.
See Also
Reference