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





Windows & Linux

Description

Get or set the ground plane x.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GroundPlaneX() As Double
[C#]
public double GroundPlaneX {get; set;}
[Managed C++]
public: __property double get_GroundPlaneX();
public: __property void set_GroundPlaneX( double );
[Unmanaged C++]
public: HRESULT get_GroundPlaneX(
    double * pVal
);
public: HRESULT put_GroundPlaneX(
    double val
);
[Java]
public double getGroundPlaneX();
public void setGroundPlaneX(
    double
);
[Python - STK API ]
@property
def GroundPlaneX(self) -> float:

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

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.