Class ConstantLine
Inheritance
System.Object
ConstantLine
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class ConstantLine : APIBase, IEquatable<APIBase>
Properties
Axis
Declaration
public SMTAxis Axis { get; }
Property Value
End
Declaration
public double End { get; }
Property Value
Type |
Description |
System.Double |
|
Label
Declaration
public string Label { get; }
Property Value
Type |
Description |
System.String |
|
Start
Declaration
public double Start { get; }
Property Value
Type |
Description |
System.Double |
|
Value
Declaration
public double Value { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods