Class MagnetMaterial
Inheritance
System.Object
MagnetMaterial
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MagnetMaterial : Material, IEquatable<APIBase>
Properties
Country
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
ElectricalResistivity
Measurement: ElectricalResistivity
Declaration
public double ElectricalResistivity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Grade
Declaration
public string Grade { get; set; }
Property Value
Type |
Description |
System.String |
|
Manufacturer
Declaration
public string Manufacturer { get; set; }
Property Value
Type |
Description |
System.String |
|
MaterialCategory
Declaration
public string MaterialCategory { get; set; }
Property Value
Type |
Description |
System.String |
|
RelativePermeability
Declaration
public double RelativePermeability { get; set; }
Property Value
Type |
Description |
System.Double |
|
RemanenceAt20DegreesC
Measurement: MagneticFluxDensity
Declaration
public double RemanenceAt20DegreesC { get; set; }
Property Value
Type |
Description |
System.Double |
|
TemperatureCoefficientForRemanence
Measurement: FractionPerTemperature
Declaration
public double TemperatureCoefficientForRemanence { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods