Class ConstantLine
Inheritance
System.Object
ConstantLine
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConstantLine : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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