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