AGI STK Objects 11Send 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
MemberValueDescription
eAntennaContourTypeGain0Gain
eAntennaContourTypeEirp1EIRP
eAntennaContourTypeRip2RIP
eAntennaContourTypeFluxDensity3Flux Density
eAntennaContourTypeSpectralFluxDensity4Spectral Flux Density

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.