Create a scalar thresholds condition set.
| [Visual Basic .NET] |
|---|
Public Function CreateScalarThresholds( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnConditionSet |
| [C#] |
|---|
public IAgCrdnConditionSet CreateScalarThresholds( |
| [Managed C++] |
|---|
public: IAgCrdnConditionSet^ CreateScalarThresholds( |
| [Java] |
|---|
public IAgCrdnConditionSet createScalarThresholds( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateScalarThresholds( |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.
