| Revit 2020.1 API |
| AnalysisDisplayStyleDeformedShapeTextLabelType Enumeration |
| See Also |
Defines text visualization types for deformed shape 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:
2013
Since:
2013
Syntax
| C# |
|---|
public enum AnalysisDisplayStyleDeformedShapeTextLabelType |
| Visual Basic |
|---|
Public Enumeration AnalysisDisplayStyleDeformedShapeTextLabelType |
| Visual C++ |
|---|
public enum class AnalysisDisplayStyleDeformedShapeTextLabelType |
Members
| Member name | Description |
|---|---|
| ShowAll | Show vector text label for each point |
| ShowNone | Don't show deformed shape text labels |
| ShowPredefined | Show deformed shape text label only for points that have flag ValueAtPointFlags::DisplayText |