Contains vector settings for analysis display style element.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.Analysis.AnalysisDisplayVectorSettings
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public class AnalysisDisplayVectorSettings : IDisposable
The AnalysisDisplayVectorSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AnalysisDisplayVectorSettings() | Constructs a default instance of vector settings. |
![]() | AnalysisDisplayVectorSettings(AnalysisDisplayVectorSettings) | Constructs a new copy of the input AnalysisDisplayVectorSettings object. |
Properties
Name | Description | |
---|---|---|
![]() | ArrowheadScale | Type of arrow head scaling. |
![]() | ArrowLineWeight | Line weight assigned to arrow lines for vectors. |
![]() | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
![]() | Rounding | Increment to which numeric values of analysis results are rounded in vectors. |
![]() | TextTypeId | Element id of text associated with the settings. |
![]() | VectorOrientation | Vector orientation. |
![]() | VectorPosition | Vector position. |
![]() | VectorTextType | Type of vector text visualization. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the AnalysisDisplayVectorSettings |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | IsEqual | Compares two vector settings objects. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |