AnalysisDisplayStyleMarkerTextLabelType Enumeration

AnalysisDisplayStyleMarkerTextLabelType Enumeration

Text label visualization types for Markers and Text settings of analysis display style.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum AnalysisDisplayStyleMarkerTextLabelType
Public Enumeration AnalysisDisplayStyleMarkerTextLabelType
public enum class AnalysisDisplayStyleMarkerTextLabelType
type AnalysisDisplayStyleMarkerTextLabelType
Members
Member nameValueDescription
ShowAll0 Show text markers for each point
ShowNone1 Don't show text markers
ShowPredefined2 Show text markers only for points that have flag ValueAtPointFlags::DisplayText
See Also