AnalysisDisplayVectorSettings
Description:
Contains vector settings for analysis display style element.
Contains vector settings for analysis display style element.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayVectorSettings
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayVectorSettings
public class AnalysisDisplayVectorSettings : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AnalysisDisplayVectorSettings() | None | Constructs a default instance of vector settings. |
| AnalysisDisplayVectorSettings(AnalysisDisplayVectorSettings) | None | Constructs a new copy of the input AnalysisDisplayVectorSettings object. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| IsEqual(AnalysisDisplayVectorSettings) | bool | Compares two vector settings objects. |
| Name | Return Type | Description |
|---|---|---|
| ArrowheadScale | AnalysisDisplayStyleVectorArrowheadScale | Type of arrow head scaling. |
| ArrowLineWeight | int | Line weight assigned to arrow lines for vectors. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Rounding | double | Increment to which numeric values of analysis results are rounded in vectors. |
| TextTypeId | ElementId | Element id of text associated with the settings. |
| VectorOrientation | AnalysisDisplayStyleVectorOrientation | Vector orientation. |
| VectorPosition | AnalysisDisplayStyleVectorPosition | Vector position. |
| VectorTextType | AnalysisDisplayStyleVectorTextType | Type of vector text visualization. |