Adds a condition at the end of the list.
[Visual Basic .NET] |
---|
Public Sub AddCondition( _ ByVal Ref As IAgCrdnCondition _ ) |
[C#] |
---|
public void AddCondition( IAgCrdnCondition Ref ); |
[Managed C++] |
---|
public: void AddCondition( IAgCrdnCondition ^ Ref ); |
[Unmanaged C++] |
---|
public: HRESULT AddCondition( IAgCrdnCondition * Ref ); |
[Java] |
---|
public void addCondition( IAgCrdnCondition Ref ); |
[Python - STK API ] |
---|
def AddCondition(self, Ref:"IAgCrdnCondition") -> None: |
- Ref