Description
The width of the line with which the area target's boundary displays.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BoundaryWidth() As Integer
|
| [C#] |
|---|
public int BoundaryWidth {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_BoundaryWidth(); public: __property void set_BoundaryWidth(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BoundaryWidth(
long * pBoundaryWidth
);
public: HRESULT put_BoundaryWidth(
long pBoundaryWidth
);
|
| [Java] |
|---|
public int getBoundaryWidth();
public void setBoundaryWidth(
int
);
|
| [Python - STK API] |
|---|
@property
def BoundaryWidth(self) -> int:
@BoundaryWidth.setter
def BoundaryWidth(self, pBoundaryWidth:int) -> None:
|
See Also