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 * pRetVal
);
public: HRESULT put_BeamformerType(
   AgEBeamformerType NewBeamformerType
);
[Java]
public AgEBeamformerType getBeamformerType();public void setBeamformerType(
   AgEBeamformerType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.