AnalysisDisplayStyleDeformedShapeTextLabelType Enumeration |
Defines text visualization types for deformed shape 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 AnalysisDisplayStyleDeformedShapeTextLabelType
Public Enumeration AnalysisDisplayStyleDeformedShapeTextLabelType
public enum class AnalysisDisplayStyleDeformedShapeTextLabelType
type AnalysisDisplayStyleDeformedShapeTextLabelType
MembersMember name | Value | Description |
---|
ShowAll | 0 |
Show vector text label for each point
|
ShowNone | 1 |
Don't show deformed shape text labels
|
ShowPredefined | 2 |
Show deformed shape text label only for points that have flag ValueAtPointFlags::DisplayText
|
See Also