STK ObjectsSend comments on this topic.
Location Property (IAgRadarModelMultifunction)
See Also
Windows





Windows & Linux

Description

Gets the radar location object.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.