Gets the beamformer type enumeration.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgEBeamformerType |
[C#] |
---|
public AgEBeamformerType Type {get;} |
[Managed C++] |
---|
public: __property AgEBeamformerType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgEBeamformerType * pBeamformerType ); |
[Java] |
---|
public AgEBeamformerType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgEBeamformerType": |