Description
Gets or sets the half beamwidth.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property HalfBeamwidth() As System.Object
|
| [C#] |
|---|
public System.Object HalfBeamwidth {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_HalfBeamwidth(); public: __property void set_HalfBeamwidth( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_HalfBeamwidth( VARIANT * pRetVal ); public: HRESULT put_HalfBeamwidth( VARIANT NewHalfBeamwidth );
|
| [Java] |
|---|
public Variant getHalfBeamwidth();public void setHalfBeamwidth( Variant );
|
See Also