STK ObjectsSend 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
);
[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:

Parameters

val

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.