2026 Class
Changes 0
C

AnalysisDisplayVectorSettings

Description:
Contains vector settings for analysis display style element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.AnalysisDisplayVectorSettings
public class AnalysisDisplayVectorSettings : IDisposable
Name Return Type Description Inherited From
C AnalysisDisplayVectorSettings() None Constructs a default instance of vector settings.
C AnalysisDisplayVectorSettings(AnalysisDisplayVectorSettings) None Constructs a new copy of the input AnalysisDisplayVectorSettings object.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the AnalysisDisplayVectorSettings
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsEqual(AnalysisDisplayVectorSettings) Boolean Compares two vector settings objects.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P ArrowheadScale AnalysisDisplayStyleVectorArrowheadScale Type of arrow head scaling.
P ArrowLineWeight int Line weight assigned to arrow lines for vectors.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Rounding double Increment to which numeric values of analysis results are rounded in vectors.
P TextTypeId ElementId Element id of text associated with the settings.
P VectorOrientation AnalysisDisplayStyleVectorOrientation Vector orientation.
P VectorPosition AnalysisDisplayStyleVectorPosition Vector position.
P VectorTextType AnalysisDisplayStyleVectorTextType Type of vector text visualization.