Description
Gets or sets the beamwidth
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Beamwidth() As System.Object
|
| [C#] |
|---|
public System.Object Beamwidth {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Beamwidth(); public: __property void set_Beamwidth(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Beamwidth(
VARIANT * pBeamwidth
);
public: HRESULT put_Beamwidth(
VARIANT beamwidth
);
|
| [Java] |
|---|
public AgVariant getBeamwidth();
public void setBeamwidth(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def Beamwidth(self) -> typing.Any:
@Beamwidth.setter
def Beamwidth(self, beamwidth:typing.Any) -> None:
|
See Also