Revit 2026 API
Text |
Returns the current Revit instance's TextEditorOptions.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static TextEditorOptions GetTextEditorOptions()
Public Shared Function GetTextEditorOptions As TextEditorOptions
public: static TextEditorOptions^ GetTextEditorOptions()
static member GetTextEditorOptions : unit -> TextEditorOptions
Return Value
TextEditorOptionsThe TextEditorOptions for the current Revit instance.
See Also