STK ObjectsSend comments on this topic.
ElementFactorExponent Property (IAgAntennaModelPhasedArray)
See Also
Windows





Windows & Linux

Description

Gets or sets the raised cosine exponent for the element factor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ElementFactorExponent() As Double
[C#]
public double ElementFactorExponent {get; set;}
[Managed C++]
public: __property double get_ElementFactorExponent();
public: __property void set_ElementFactorExponent( double );
[Unmanaged C++]
public: HRESULT get_ElementFactorExponent(
    double * pVal
);
public: HRESULT put_ElementFactorExponent(
    double val
);
[Java]
public double getElementFactorExponent();
public void setElementFactorExponent(
    double
);
[Python - STK API ]
@property
def ElementFactorExponent(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.