The AnalysisResultSchema type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodDispose
Releases all resources used by the AnalysisResultSchema
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNumberOfUnits
returns number of possible units
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnitsMultiplier
returns units multiplier by index
Public methodGetUnitsName
returns units name by index
Public methodIsEqual
Determines if the input object is equivalent to this AnalysisResultSchema.
Public methodSetUnits
Sets names and multipliers of all units for result visualization
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAnalysisDisplayStyleId
ElementId of analysis display style overriding the style set for view; -1 if the style is not overridden
Public propertyCurrentUnits
Stores the index in the array of applicable units
Public propertyDescription
Description of analysis result in view
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyIsVisible
If true analysis result is visible in view
Public propertyName
Name of analysis result in view
Public propertyScale
Multiplier used for displaying diagram or vector values in view.

See Also