AnalysisResultSchema Members


The AnalysisResultSchema type exposes the following members.

Constructors

Name Description
Public method AnalysisResultSchema(AnalysisResultSchema)
Constructs a new copy of the input AnalysisResultSchema object.
Public method AnalysisResultSchema(String, String)
Creates object and assigns name and description

Methods

Name Description
Public method Dispose
Releases all resources used by the AnalysisResultSchema
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetNumberOfUnits
returns number of possible units
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method GetUnitsMultiplier
returns units multiplier by index
Public method GetUnitsName
returns units name by index
Public method IsEqual
Determines if the input object is equivalent to this AnalysisResultSchema.
Public method SetUnits
Sets names and multipliers of all units for result visualization
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property AnalysisDisplayStyleId
ElementId of analysis display style overriding the style set for view; -1 if the style is not overridden
Public property CurrentUnits
Stores the index in the array of applicable units
Public property Description
Description of analysis result in view
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property IsVisible
If true analysis result is visible in view
Public property Name
Name of analysis result in view
Public property Scale
Multiplier used for displaying diagram or vector values in view.

See Also