Line width to use in displaying vehicle tracks.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Width() As AgELineWidth |
| [C#] |
|---|
public AgELineWidth Width {get; set;} |
| [Managed C++] |
|---|
public: __property AgELineWidth get_Width(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgELineWidth getWidth(); public void setWidth( AgELineWidth ); |
[Python - STK API ] |
|---|
@property def Width(self) -> "AgELineWidth": @Width.setter def Width(self, LineWidth:"AgELineWidth") -> None: |






