Class SynchroniserCompoundSystemDeflection
Inheritance
System.Object
SynchroniserCompoundSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Compound
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SynchroniserCompoundSystemDeflection : SpecialisedAssemblyCompoundSystemDeflection, IEquatable<APIBase>
Properties
AssemblyAnalysisCases
Declaration
public ReadOnlyCollection<SynchroniserSystemDeflection> AssemblyAnalysisCases { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SynchroniserSystemDeflection> |
AssemblyAnalysisCasesReady
Declaration
public ReadOnlyCollection<SynchroniserSystemDeflection> AssemblyAnalysisCasesReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<SynchroniserSystemDeflection> |
AssemblyDesign
Declaration
public Synchroniser AssemblyDesign { get; }
Property Value
| Type | Description |
|---|---|
| Synchroniser |
ComponentDesign
Declaration
[Obsolete("Use AssemblyDesign")]
public Synchroniser ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Synchroniser |
Implements
System.IEquatable<T>