This method is called to return the next generic observation object in the list.
| [Visual Basic .NET] |
|---|
Public Function Next() As IAgODGenericObs |
| [C#] |
|---|
public IAgODGenericObs Next(); |
| [Managed C++] |
|---|
public: IAgODGenericObs ^ Next(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgODGenericObs next(); |
[Python - STK API ] |
|---|
def Next(self) -> "IAgODGenericObs": |






