Gets the radar's multipath graphics
interface.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Multipath() As IAgRadarMultipathGraphics
|
| [C#] |
|---|
public IAgRadarMultipathGraphics Multipath {get;}
|
| [Managed C++] |
|---|
public: __property IAgRadarMultipathGraphics^ get_Multipath();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Multipath(
|
| [Java] |
|---|
public IAgRadarMultipathGraphics getMultipath();
|