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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1