AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_IncludeElementFactor(
   VARIANT_BOOL NewIncludeElementFactor
);
[Java]
public bool getIncludeElementFactor();public void setIncludeElementFactor(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.