AGI STK Objects 11 Send comments on this topic.
SetContourType Method (IAgAntennaContourGraphics)
See Also 
Val





Description

Sets the current contour type.

Syntax

[Visual Basic .NET]
Public Sub SetContourType( _
   ByVal Val As AgEAntennaContourType _
) 

[C#]
public void SetContourType(
AgEAntennaContourType Val
);

[Managed C++]
public: void SetContourType(
AgEAntennaContourType Val
);

[Java]
public  setContourType(
AgEAntennaContourType Val
);

[Unmanaged C++]
public: HRESULT SetContourType(
AgEAntennaContourType Val
);

Parameters

Val
Member Value Description
eAntennaContourTypeGain 0 Gain
eAntennaContourTypeEirp 1 EIRP
eAntennaContourTypeRip 2 RIP
eAntennaContourTypeFluxDensity 3 Flux Density
eAntennaContourTypeSpectralFluxDensity 4 Spectral Flux Density

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1