Line width of links when network throughput graphics are displayed.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property NetworkThroughputLinkLineWidth() As AgELineWidth |
| [C#] |
|---|
public AgELineWidth NetworkThroughputLinkLineWidth {get; set;} |
| [Managed C++] |
|---|
public: __property AgELineWidth get_NetworkThroughputLinkLineWidth(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgELineWidth getNetworkThroughputLinkLineWidth(); public void setNetworkThroughputLinkLineWidth( AgELineWidth ); |
[Python - STK API ] |
|---|
@property def NetworkThroughputLinkLineWidth(self) -> "AgELineWidth": @NetworkThroughputLinkLineWidth.setter def NetworkThroughputLinkLineWidth(self, networkThroughputLinkLineWidth:"AgELineWidth") -> None: |






