Class MagnetForLayer
Inheritance
System.Object
MagnetForLayer
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MagnetForLayer : MagnetDesign, IEquatable<APIBase>
Properties
NumberOfSegmentsAlongWidth
Declaration
public int NumberOfSegmentsAlongWidth { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Thickness
Declaration
public double Thickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WidthOfEachSegment
Declaration
public virtual double WidthOfEachSegment { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods