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