Returns true if the supplied contour type is supported by this object, false otherwise.
| [Visual Basic .NET] |
|---|
Public Function IsContourTypeSupported( _ ByVal Val As AgEAntennaContourType _ ) As Boolean |
| [C#] |
|---|
public bool IsContourTypeSupported( |
| [Managed C++] |
|---|
public: bool IsContourTypeSupported( |
| [Java] |
|---|
public bool isContourTypeSupported( |
| [Unmanaged C++] |
|---|
public: HRESULT IsContourTypeSupported( |
- Val
Member Value Description eAntennaContourTypeGain 0 Gain eAntennaContourTypeEirp 1 EIRP eAntennaContourTypeRip 2 RIP eAntennaContourTypeFluxDensity 3 Flux Density eAntennaContourTypeSpectralFluxDensity 4 Spectral Flux Density
