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





Windows & Linux

Description

Gets or sets the option to include the element factor in the gain response.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeElementFactor() As Boolean
[C#]
public bool IncludeElementFactor {get; set;}
[Managed C++]
public: __property bool get_IncludeElementFactor();
public: __property void set_IncludeElementFactor( bool );
[Unmanaged C++]
public: HRESULT get_IncludeElementFactor(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IncludeElementFactor(
    VARIANT_BOOL val
);
[Java]
public bool getIncludeElementFactor();
public void setIncludeElementFactor(
    bool
);
[Python - STK API ]
@property
def IncludeElementFactor(self) -> bool:

@IncludeElementFactor.setter
def IncludeElementFactor(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.