STK ObjectsSend comments on this topic.
FeedPortHeight Property (IAgAntennaHFSSDesignHelixQuadrifilarShort)
See Also
Windows





Windows & Linux

Description

Get or set the feed port height.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FeedPortHeight() As Double
[C#]
public double FeedPortHeight {get; set;}
[Managed C++]
public: __property double get_FeedPortHeight();
public: __property void set_FeedPortHeight( double );
[Unmanaged C++]
public: HRESULT get_FeedPortHeight(
    double * pVal
);
public: HRESULT put_FeedPortHeight(
    double val
);
[Java]
public double getFeedPortHeight();
public void setFeedPortHeight(
    double
);
[Python - STK API ]
@property
def FeedPortHeight(self) -> float:

@FeedPortHeight.setter
def FeedPortHeight(self, val:float) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.