Set the condition at the position specified.
[Visual Basic .NET] |
---|
Public Sub SetCondition( _ ByVal Ref As IAgCrdnCondition, _ ByVal Pos As Integer _ ) |
[C#] |
---|
public void SetCondition( IAgCrdnCondition Ref, int Pos ); |
[Managed C++] |
---|
public: void SetCondition( IAgCrdnCondition ^ Ref, int Pos ); |
[Unmanaged C++] |
---|
public: HRESULT SetCondition( IAgCrdnCondition * Ref, int Pos ); |
[Java] |
---|
public void setCondition( IAgCrdnCondition Ref, Integer Pos ); |
[Python - STK API ] |
---|
def SetCondition(self, Ref:"IAgCrdnCondition", Pos:int) -> None: |
- Ref
- Pos