Class ModalCMSResultsForModeAndFE
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ModalCMSResultsForModeAndFE
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalyses.Reporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ModalCMSResultsForModeAndFE : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FEName
Declaration
public string FEName { get; }
Property Value
Type | Description |
---|---|
System.String |
ModalFullFEResults
Declaration
public ModalCMSResults ModalFullFEResults { get; }
Property Value
Type | Description |
---|---|
ModalCMSResults |
Implements
System.IEquatable<T>