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