STK ObjectsSend comments on this topic.
NetworkThroughputLinkLineWidth Property (IAgChGfxAnimation)
See Also
Windows





Windows & Linux

Description

Line width of links when network throughput graphics are displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NetworkThroughputLinkLineWidth() As AgELineWidth
[C#]
public AgELineWidth NetworkThroughputLinkLineWidth {get; set;}
[Managed C++]
public: __property AgELineWidth get_NetworkThroughputLinkLineWidth();
public: __property void set_NetworkThroughputLinkLineWidth( AgELineWidth );
[Unmanaged C++]
public: HRESULT get_NetworkThroughputLinkLineWidth(
    AgELineWidth * pVal
);
public: HRESULT put_NetworkThroughputLinkLineWidth(
    AgELineWidth networkThroughputLinkLineWidth
);
[Java]
public AgELineWidth getNetworkThroughputLinkLineWidth();
public void setNetworkThroughputLinkLineWidth(
    AgELineWidth
);
[Python - STK API ]
@property
def NetworkThroughputLinkLineWidth(self) -> "AgELineWidth":

@NetworkThroughputLinkLineWidth.setter
def NetworkThroughputLinkLineWidth(self, networkThroughputLinkLineWidth:"AgELineWidth") -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.