STK ObjectsSend comments on this topic.
Swath Property (IAgSensor)
See Also
Windows





Windows & Linux

Description

Get the sensor's swath.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.