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