STK ObjectsSend comments on this topic.
DipoleLength Property (IAgAntennaHFSSDesignWireDipole)
See Also
Windows





Windows & Linux

Description

Get or set the dipole length.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DipoleLength() As Double
[C#]
public double DipoleLength {get; set;}
[Managed C++]
public: __property double get_DipoleLength();
public: __property void set_DipoleLength( double );
[Unmanaged C++]
public: HRESULT get_DipoleLength(
    double * pVal
);
public: HRESULT put_DipoleLength(
    double val
);
[Java]
public double getDipoleLength();
public void setDipoleLength(
    double
);
[Python - STK API ]
@property
def DipoleLength(self) -> float:

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

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.