Description
Gets or sets the half beamwidth.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property HalfBeamwidth() As System.Object
|
[C#] |
---|
public System.Object HalfBeamwidth {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_HalfBeamwidth(); public: __property void set_HalfBeamwidth(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_HalfBeamwidth(
VARIANT * pVal
);
public: HRESULT put_HalfBeamwidth(
VARIANT val
);
|
[Java] |
---|
public AgVariant getHalfBeamwidth();
public void setHalfBeamwidth(
AgVariant
);
|
[Python - STK API] |
---|
@property
def HalfBeamwidth(self) -> typing.Any:
@HalfBeamwidth.setter
def HalfBeamwidth(self, val:typing.Any) -> None:
|
See Also