Creates a condition which combines multiple conditions.
[Visual Basic .NET] |
---|
Public Function CreateConditionCombined( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnCondition |
[C#] |
---|
public IAgCrdnCondition CreateConditionCombined( string Name, string Description ); |
[Managed C++] |
---|
public: IAgCrdnCondition^ CreateConditionCombined( String __gc ^ Name, String __gc ^ Description ); |
[Unmanaged C++] |
---|
public: HRESULT CreateConditionCombined( BSTR Name, BSTR Description, IAgCrdnCondition ** ppRetVal ); |
[Java] |
---|
public IAgCrdnCondition createConditionCombined( String Name, String Description ); |
[Python - STK API ] |
---|
def CreateConditionCombined(self, Name:str, Description:str) -> "IAgCrdnCondition": |
- Name
- Description