Select the line width in which sensor 2D graphics display from the AgELineWidth enumeration.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property LineWidth() As AgELineWidth |
| [C#] |
|---|
public AgELineWidth LineWidth {get; set;} |
| [Managed C++] |
|---|
public: __property AgELineWidth get_LineWidth(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgELineWidth getLineWidth(); public void setLineWidth( AgELineWidth ); |
[Python - STK API ] |
|---|
@property def LineWidth(self) -> "AgELineWidth": @LineWidth.setter def LineWidth(self, pVal:"AgELineWidth") -> None: |






