Description
Gets or sets the x beamwidth.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property XBeamwidth() As System.Object
|
| [C#] |
|---|
public System.Object XBeamwidth {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_XBeamwidth(); public: __property void set_XBeamwidth( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_XBeamwidth( VARIANT * pRetVal ); public: HRESULT put_XBeamwidth( VARIANT NewXBeamwidth );
|
| [Java] |
|---|
public Variant getXBeamwidth();public void setXBeamwidth( Variant );
|
See Also