Returns true if the supplied contour type is supported by this object, false otherwise.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT IsContourTypeSupported( AgEAntennaContourType val, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isContourTypeSupported( AgEAntennaContourType val ); |
[Python - STK API ] |
---|
def IsContourTypeSupported(self, val:"AgEAntennaContourType") -> bool: |
- val