Class PlanetarySocketManufactureError
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class PlanetarySocketManufactureError : APIBase, IEquatable<APIBase>
Properties
PlanetManufactureErrors
Declaration
public ReadOnlyCollection<PlanetManufactureError> PlanetManufactureErrors { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<PlanetManufactureError> |
SocketName
Declaration
public string SocketName { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>