Get the sensor's swath.
Read-only property
[Visual Basic .NET] |
---|
Public Property Swath() As IAgSwath |
[C#] |
---|
public IAgSwath Swath {get;} |
[Managed C++] |
---|
public: __property IAgSwath ^ get_Swath(); |
[Unmanaged C++] |
---|
public: HRESULT get_Swath( IAgSwath ** ppSwath ); |
[Java] |
---|
public IAgSwath getSwath(); |
[Python - STK API ] |
---|
@property def Swath(self) -> "IAgSwath": |