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





Description

Returns true if the supplied contour type is supported by this object, false otherwise.

Syntax

[Visual Basic .NET]
Public Function IsContourTypeSupported( _
   ByVal Val As AgEAntennaContourType _
) As Boolean

[C#]
public bool IsContourTypeSupported(
AgEAntennaContourType Val
);

[Managed C++]
public: bool IsContourTypeSupported(
AgEAntennaContourType Val
);

[Java]
public bool isContourTypeSupported(
AgEAntennaContourType Val
);

[Unmanaged C++]
public: HRESULT IsContourTypeSupported(
AgEAntennaContourType Val,
VARIANT_BOOL * ReturnValue
);

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