Gets the radar location object.
Read-only property
[Visual Basic .NET] |
---|
Public Property Location() As IAgCRLocation |
[C#] |
---|
public IAgCRLocation Location {get;} |
[Managed C++] |
---|
public: __property IAgCRLocation ^ get_Location(); |
[Unmanaged C++] |
---|
public: HRESULT get_Location( IAgCRLocation ** ppVal ); |
[Java] |
---|
public IAgCRLocation getLocation(); |
[Python - STK API ] |
---|
@property def Location(self) -> "IAgCRLocation": |