Class AbstractAssemblyCompoundSystemDeflection
Inheritance
System.Object
AbstractAssemblyCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractAssemblyCompoundSystemDeflection : PartCompoundSystemDeflection, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<AbstractAssemblySystemDeflection> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<AbstractAssemblySystemDeflection> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<AbstractAssemblySystemDeflection> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<AbstractAssemblySystemDeflection> |
Implements
System.IEquatable<T>