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