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