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





Windows & Linux

Description

Get or set the ground plane y.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GroundPlaneY() As Double
[C#]
public double GroundPlaneY {get; set;}
[Managed C++]
public: __property double get_GroundPlaneY();
public: __property void set_GroundPlaneY( double );
[Unmanaged C++]
public: HRESULT get_GroundPlaneY(
    double * pVal
);
public: HRESULT put_GroundPlaneY(
    double val
);
[Java]
public double getGroundPlaneY();
public void setGroundPlaneY(
    double
);
[Python - STK API ]
@property
def GroundPlaneY(self) -> float:

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

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.