 | AMLEngineAdapterNew_RequiredValue(NominalScaledTypeType, String) Method |
Note: This API is now obsolete.
Adds a new required value to the NominalScaledType Constraint.
Namespace: Aml.Engine.AdapterAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax[ObsoleteAttribute("use the method NominalScaledTypeType.RequiredValue.Append instead.")]
public static void New_RequiredValue(
this NominalScaledTypeType nominalScaledType,
string value
)
<ExtensionAttribute>
<ObsoleteAttribute("use the method NominalScaledTypeType.RequiredValue.Append instead.")>
Public Shared Sub New_RequiredValue (
nominalScaledType As NominalScaledTypeType,
value As String
)
public:
[ExtensionAttribute]
[ObsoleteAttribute(L"use the method NominalScaledTypeType.RequiredValue.Append instead.")]
static void New_RequiredValue(
NominalScaledTypeType^ nominalScaledType,
String^ value
)
Parameters
- nominalScaledType NominalScaledTypeType
- Type of the nominal scaled.
- value String
- The value.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
NominalScaledTypeType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also