Revit 2026 API
Color |
Returns the FormatOptions of the scheme.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FormatOptions GetFormatOptions()
Public Function GetFormatOptions As FormatOptions
public: FormatOptions^ GetFormatOptions()
member GetFormatOptions : unit -> FormatOptions
Return Value
FormatOptions
This method will return the default FormatOptions if the scheme is by value.
See Also