IResultAnalysisObject Interface |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Interfaces
public interface IResultAnalysisObject : IAnalysisObject
The IResultAnalysisObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | LoadCase |
The load case to which the result belongs. When this is set, LoadCombination should be NULL.
|
![]() | LoadCombination |
The load combination to which the result belongs. When this is set, LoadCase should be NULL.
|
![]() | TypeOfResult |
Defines the type of result
|
Name | Description | |
---|---|---|
![]() | ToObjectIdentifier |
Converts the provided IAnalysisObject into an AnalysisObjectIdentifier (Defined by IAnalysisObjectExtensions.) |