Class CADMagnetsForLayer
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>