Class CADMagnetsForLayer
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CADMagnetsForLayer : MagnetDesign, IEquatable<APIBase>
Properties
CADMagnetDetails
Declaration
public ReadOnlyCollection<CADMagnetDetails> CADMagnetDetails { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CADMagnetDetails> |
OverrideMagnetisationDirections
Declaration
public bool OverrideMagnetisationDirections { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.IEquatable<T>