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