Class RollingBearingElement
Inheritance
System.Object
RollingBearingElement
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class RollingBearingElement : APIBase, IEquatable<APIBase>
Properties
ElementAngle
Angle of the element relative to the first element in the same row
Measurement: Angle
Declaration
public Overridable<double> ElementAngle { get; set; }
Property Value
ElementDetails
Declaration
public string ElementDetails { get; }
Property Value
Type |
Description |
System.String |
|
ElementDiameter
Declaration
public Overridable<double> ElementDiameter { get; set; }
Property Value
ElementDiameterError
Radial error in the diameter of the element. A positive value increases the element diameter whilst a negative value decreases the element diameter.
Measurement: VeryShortLength
Declaration
public Overridable<double> ElementDiameterError { get; set; }
Property Value
ElementId
Declaration
public string ElementId { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public virtual string Name { get; }
Property Value
Type |
Description |
System.String |
|
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
Row
Declaration
public string Row { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetActiveReportWithEncodedImages()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetDefaultReportWithEncodedImages()
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
GetNamedReportWithEncodedImages(String)
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
Returns
Type |
Description |
System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputActiveReportTo(String)
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputDefaultReportTo(String)
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
OutputNamedReportAsMastaReport(String, String)
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportTo(String, String)
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods