STK ObjectsSend 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
);
[Python - STK API ]
@property
def BeamformerType(self) -> "AgEBeamformerType":

@BeamformerType.setter
def BeamformerType(self, val:"AgEBeamformerType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.