Class GuideDxfModelCompoundHarmonicAnalysis
Inheritance
System.Object
GuideDxfModelCompoundHarmonicAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses.Compound
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GuideDxfModelCompoundHarmonicAnalysis : ComponentCompoundHarmonicAnalysis, IEquatable<APIBase>
Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<GuideDxfModelHarmonicAnalysis> ComponentAnalysisCases { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GuideDxfModelHarmonicAnalysis> |
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<GuideDxfModelHarmonicAnalysis> ComponentAnalysisCasesReady { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GuideDxfModelHarmonicAnalysis> |
ComponentDesign
Declaration
public GuideDxfModel ComponentDesign { get; }
Property Value
Type | Description |
---|---|
GuideDxfModel |
Implements
System.IEquatable<T>