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