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





Windows & Linux

Description

Combine strand link data when multiple strands overlap for Network Throughput graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NetworkThroughputLinkCombineStrands() As Boolean
[C#]
public bool NetworkThroughputLinkCombineStrands {get; set;}
[Managed C++]
public: __property bool get_NetworkThroughputLinkCombineStrands();
public: __property void set_NetworkThroughputLinkCombineStrands( bool );
[Unmanaged C++]
public: HRESULT get_NetworkThroughputLinkCombineStrands(
    VARIANT_BOOL * pVal
);
public: HRESULT put_NetworkThroughputLinkCombineStrands(
    VARIANT_BOOL networkThroughputLinkCombineStrands
);
[Java]
public bool getNetworkThroughputLinkCombineStrands();
public void setNetworkThroughputLinkCombineStrands(
    bool
);
[Python - STK API ]
@property
def NetworkThroughputLinkCombineStrands(self) -> bool:

@NetworkThroughputLinkCombineStrands.setter
def NetworkThroughputLinkCombineStrands(self, networkThroughputLinkCombineStrands:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.