Class ExternalCADModelCompoundModalAnalysisAtAStiffness
Inheritance
System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    
    
    
    
    
    
    ExternalCADModelCompoundModalAnalysisAtAStiffness
  Implements
System.IEquatable<APIBase>
  Inherited Members
      SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    
  Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ModalAnalysesAtAStiffness.Compound
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ExternalCADModelCompoundModalAnalysisAtAStiffness : ComponentCompoundModalAnalysisAtAStiffness, IEquatable<APIBase>Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<ExternalCADModelModalAnalysisAtAStiffness> ComponentAnalysisCases { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ExternalCADModelModalAnalysisAtAStiffness> | 
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<ExternalCADModelModalAnalysisAtAStiffness> ComponentAnalysisCasesReady { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<ExternalCADModelModalAnalysisAtAStiffness> | 
ComponentDesign
Declaration
public ExternalCADModel ComponentDesign { get; }Property Value
| Type | Description | 
|---|---|
| ExternalCADModel | 
Implements
      System.IEquatable<T>