Gets or sets the azimuth beamwidth.
Read-write property
[Visual Basic .NET] |
---|
Public Property AzimuthBeamwidth() As System.Object |
[C#] |
---|
public System.Object AzimuthBeamwidth {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_AzimuthBeamwidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_AzimuthBeamwidth( VARIANT * pVal ); public: HRESULT put_AzimuthBeamwidth( VARIANT val ); |
[Java] |
---|
public AgVariant getAzimuthBeamwidth(); public void setAzimuthBeamwidth( AgVariant ); |