Sets the current contour type.
| [Visual Basic .NET] |
|---|
Public Sub SetContourType( _ ByVal Val As AgEAntennaContourType _ ) |
| [C#] |
|---|
public void SetContourType( |
| [Managed C++] |
|---|
public: void SetContourType( |
| [Java] |
|---|
public setContourType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetContourType( |
- Val
Member Value Description eAntennaContourTypeGain 0 Gain eAntennaContourTypeEirp 1 EIRP eAntennaContourTypeRip 2 RIP eAntennaContourTypeFluxDensity 3 Flux Density eAntennaContourTypeSpectralFluxDensity 4 Spectral Flux Density
