2020 Class
Changes 0
C

AnalysisDisplayVectorSettings

Description:
Contains vector settings for analysis display style element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.AnalysisDisplayVectorSettings
Name Return Type Description
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
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.