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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface