Interface INumericDisplayParameter
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface INumericDisplayParameter
Properties
Declaration
string FormattedValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Identifier
Declaration
string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
InstanceIdentifier
Declaration
ObjectId InstanceIdentifier { get; set; }
Property Value
Units
Declaration
string Units { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|