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( string Name, string Description ); |
[Managed C++] |
---|
public: IAgCrdnConditionSet^ CreateScalarThresholds( String __gc ^ Name, String __gc ^ Description ); |
[Unmanaged C++] |
---|
public: HRESULT CreateScalarThresholds( BSTR Name, BSTR Description, IAgCrdnConditionSet ** ppRetVal ); |
[Java] |
---|
public IAgCrdnConditionSet createScalarThresholds( String Name, String Description ); |
[Python - STK API ] |
---|
def CreateScalarThresholds(self, Name:str, Description:str) -> "IAgCrdnConditionSet": |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.