Description
Gets or sets the y beamwidth.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property YBeamwidth() As System.Object
|
| [C#] |
|---|
public System.Object YBeamwidth {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_YBeamwidth(); public: __property void set_YBeamwidth( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_YBeamwidth( VARIANT * pRetVal ); public: HRESULT put_YBeamwidth( VARIANT NewYBeamwidth );
|
| [Java] |
|---|
public Variant getYBeamwidth();public void setYBeamwidth( Variant );
|
See Also