AnalysisDisplayStyleMarkerTextLabelType Enumeration |
Text label visualization types for Markers and Text settings of analysis display style.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum AnalysisDisplayStyleMarkerTextLabelType
Public Enumeration AnalysisDisplayStyleMarkerTextLabelType
public enum class AnalysisDisplayStyleMarkerTextLabelType
type AnalysisDisplayStyleMarkerTextLabelType
MembersMember name | Value | Description |
---|
ShowAll | 0 |
Show text markers for each point
|
ShowNone | 1 |
Don't show text markers
|
ShowPredefined | 2 |
Show text markers only for points that have flag ValueAtPointFlags::DisplayText
|
See Also