Description
Gets or sets the option for overriding the half beamwidth.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property OverrideHalfBeamwidth() As Boolean
|
[C#] |
---|
public bool OverrideHalfBeamwidth {get; set;}
|
[Managed C++] |
---|
public: __property bool get_OverrideHalfBeamwidth(); public: __property void set_OverrideHalfBeamwidth( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_OverrideHalfBeamwidth( VARIANT_BOOL * pRetVal ); public: HRESULT put_OverrideHalfBeamwidth( VARIANT_BOOL NewOverrideHalfBeamwidth );
|
[Java] |
---|
public bool getOverrideHalfBeamwidth();public void setOverrideHalfBeamwidth( bool );
|
See Also