Get the condition at the position specified.
[Visual Basic .NET] |
---|
Public Function GetCondition( _ ByVal Pos As Integer _ ) As IAgCrdnCondition |
[C#] |
---|
public IAgCrdnCondition GetCondition( int Pos ); |
[Managed C++] |
---|
public: IAgCrdnCondition^ GetCondition( int Pos ); |
[Unmanaged C++] |
---|
public: HRESULT GetCondition( int Pos, IAgCrdnCondition ** ppRetVal ); |
[Java] |
---|
public IAgCrdnCondition getCondition( Integer Pos ); |
[Python - STK API ] |
---|
def GetCondition(self, Pos:int) -> "IAgCrdnCondition": |
- Pos