<Code Lib>
2023 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
C AnalysisDisplayVectorSettings() AnalysisDisplayVectorSettings Constructs a default instance of vector settings.
C AnalysisDisplayVectorSettings(AnalysisDisplayVectorSettings) AnalysisDisplayVectorSettings Constructs a new copy of the input AnalysisDisplayVectorSettings object.

Name Return Type Description
M Dispose() None Releases all resources used by the
M IsEqual(AnalysisDisplayVectorSettings) bool Compares two vector settings objects.

Name Return Type Description
P ArrowheadScale AnalysisDisplayStyleVectorArrowheadScale Type of arrow head scaling.
P ArrowLineWeight int Line weight assigned to arrow lines for vectors.
P IsValidObject bool 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.

Loading…