Class LeadModification
Inheritance
System.Object
LeadModification
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class LeadModification : Modification, IEquatable<APIBase>
Properties
CADComposedDrawing
Declaration
public SMTBitmap CADComposedDrawing { get; }
Property Value
| Type |
Description |
| SMT.MastaAPIUtility.Scripting.SMTBitmap |
|
CrowningRelief
Declaration
public double CrowningRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationLeftLimitFactor
Declaration
public double EvaluationLeftLimitFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfLinearLeftReliefFactor
Declaration
public double EvaluationOfLinearLeftReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfLinearRightReliefFactor
Declaration
public double EvaluationOfLinearRightReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfLinearSideReliefFactor
Declaration
public double? EvaluationOfLinearSideReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
EvaluationOfParabolicLeftReliefFactor
Declaration
public double EvaluationOfParabolicLeftReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfParabolicRightReliefFactor
Declaration
public double EvaluationOfParabolicRightReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationOfParabolicSideReliefFactor
Declaration
public double? EvaluationOfParabolicSideReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
EvaluationRightLimitFactor
Declaration
public double EvaluationRightLimitFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EvaluationSideLimitFactor
Declaration
public double? EvaluationSideLimitFactor { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
LinearLeftRelief
Declaration
public double LinearLeftRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LinearRelief
Declaration
public double LinearRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LinearRightRelief
Declaration
public double LinearRightRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LinearSideRelief
Declaration
public double? LinearSideRelief { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
MeasuredData
Declaration
public Vector2DListAccessor MeasuredData { get; set; }
Property Value
ParabolicLeftRelief
Declaration
public double ParabolicLeftRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ParabolicRightRelief
Declaration
public double ParabolicRightRelief { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ParabolicSideRelief
Declaration
public double? ParabolicSideRelief { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
StartOfLinearLeftReliefFactor
Declaration
public double StartOfLinearLeftReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartOfLinearRightReliefFactor
Declaration
public double StartOfLinearRightReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartOfLinearSideReliefFactor
Declaration
public double? StartOfLinearSideReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
StartOfParabolicLeftReliefFactor
Declaration
public double StartOfParabolicLeftReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartOfParabolicRightReliefFactor
Declaration
public double StartOfParabolicRightReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StartOfParabolicSideReliefFactor
Declaration
public double? StartOfParabolicSideReliefFactor { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Double> |
|
UseMeasuredData
Declaration
public virtual bool UseMeasuredData { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods