Class MagnetMaterial
Inheritance
System.Object
MagnetMaterial
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MagnetMaterial : Material, IEquatable<APIBase>
Properties
Country
Declaration
public string Country { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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
Declaration
public double RemanenceAt20DegreesC { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TemperatureCoefficientForRemanence
Declaration
public double TemperatureCoefficientForRemanence { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods