Click or drag to resize

IResultsAnalysisObjectObsolete Interface

[This is preliminary documentation and is subject to change.]

Note: This API is now obsolete.

Marker interface for analysis objects which represent results in the structural analysis domain

Namespace:  ModelExchanger.AnalysisDataModel.Interfaces
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
[ObsoleteAttribute]
public interface IResultsAnalysisObjectObsolete : IAnalysisObject

The IResultsAnalysisObjectObsolete type exposes the following members.

Properties
  NameDescription
Public propertyCoordinateSystem
The coordinate system used for orientation of this result. E.g. Local, Global.
Public propertyLoadGroup
The Load type specifies which group (or set) should be taken into account for display of results. E.g. Load Case, Combination.
Public propertyLoadTypeName
The name of the chosen load type. E.g. Wind Load, Show Load, etc...
Public propertyMemberName
The name of the structural element that this result applies to. E.g. Beam1, Column1.
Top
Extension Methods
  NameDescription
Public Extension MethodToObjectIdentifier
Converts the provided IAnalysisObject into an AnalysisObjectIdentifier
(Defined by IAnalysisObjectExtensions.)
Top
See Also