AGI STK Objects 11 Send comments on this topic.
IncludeElementFactor Property (IAgAntennaModelPhasedArray)
See Also 





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 * pRetVal
);
public: HRESULT put_IncludeElementFactor(
VARIANT_BOOL NewIncludeElementFactor
);

[Java]
public bool getIncludeElementFactor();public void setIncludeElementFactor(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1