Class PointLoadCompoundModalAnalysisAtAStiffness
Inheritance
System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    
    
    
    
    
    
    
    
    PointLoadCompoundModalAnalysisAtAStiffness
  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 PointLoadCompoundModalAnalysisAtAStiffness : VirtualComponentCompoundModalAnalysisAtAStiffness, IEquatable<APIBase>Properties
ComponentAnalysisCases
Declaration
public ReadOnlyCollection<PointLoadModalAnalysisAtAStiffness> ComponentAnalysisCases { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<PointLoadModalAnalysisAtAStiffness> | 
ComponentAnalysisCasesReady
Declaration
public ReadOnlyCollection<PointLoadModalAnalysisAtAStiffness> ComponentAnalysisCasesReady { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<PointLoadModalAnalysisAtAStiffness> | 
ComponentDesign
Declaration
public PointLoad ComponentDesign { get; }Property Value
| Type | Description | 
|---|---|
| PointLoad | 
Implements
      System.IEquatable<T>