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






Windows & Linux

Description

Gets or sets beamformer type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BeamformerType() As AgEBeamformerType
[C#]
public AgEBeamformerType BeamformerType {get; set;}
[Managed C++]
public: __property AgEBeamformerType get_BeamformerType();
public: __property void set_BeamformerType( AgEBeamformerType );
[Unmanaged C++]
public: HRESULT get_BeamformerType(
    AgEBeamformerType * pVal
);
public: HRESULT put_BeamformerType(
    AgEBeamformerType val
);
[Java]
public AgEBeamformerType getBeamformerType();
public void setBeamformerType(
    AgEBeamformerType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.