Class ConnectionAdvancedSystemDeflection
Inheritance
System.Object
ConnectionAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class ConnectionAdvancedSystemDeflection : ConnectionStaticLoadAnalysisCase, IEquatable<APIBase>
Properties
AdvancedSystemDeflection
Declaration
public AdvancedSystemDeflection AdvancedSystemDeflection { get; }
Property Value
| Type | Description |
|---|---|
| AdvancedSystemDeflection |
ComponentDesign
Declaration
[Obsolete("Use ConnectionDesign")]
public Connection ComponentDesign { get; }
Property Value
| Type | Description |
|---|---|
| Connection |
ConnectionDesign
Declaration
public Connection ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| Connection |
DataLogger
Declaration
public DataLogger DataLogger { get; }
Property Value
| Type | Description |
|---|---|
| DataLogger |
Implements
System.IEquatable<T>