| Revit 2020.1 API |
| AnalysisDisplayStyleMarkerTextLabelType Enumeration |
| See Also |
Text label visualization types for Markers and Text settings of analysis display style.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2012
Since:
2012
Syntax
| C# |
|---|
public enum AnalysisDisplayStyleMarkerTextLabelType |
| Visual Basic |
|---|
Public Enumeration AnalysisDisplayStyleMarkerTextLabelType |
| Visual C++ |
|---|
public enum class AnalysisDisplayStyleMarkerTextLabelType |
Members
| Member name | Description |
|---|---|
| ShowAll | Show text markers for each point |
| ShowNone | Don't show text markers |
| ShowPredefined | Show text markers only for points that have flag ValueAtPointFlags::DisplayText |