STK ObjectsSend comments on this topic.
SetContourType Method (IAgAntennaContourGraphics)
See Also
val
Windows





Windows & Linux

Description

Sets the current contour type.

Syntax

[Visual Basic .NET]
Public Sub SetContourType( _
    ByVal val As AgEAntennaContourType _
)
[C#]
public void SetContourType(
    AgEAntennaContourType val
);
[Managed C++]
public: void SetContourType(
    AgEAntennaContourType val
);
[Unmanaged C++]
public: HRESULT SetContourType(
    AgEAntennaContourType val
);
[Java]
public void setContourType(
    AgEAntennaContourType val
);
[Python - STK API ]
def SetContourType(self, val:"AgEAntennaContourType") -> None:

Parameters

val

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.