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





Windows & Linux

Description

Include the number of strands in the link labels for Network Throughput graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NetworkThroughputLinkLabelsIncludeNumStrands() As Boolean
[C#]
public bool NetworkThroughputLinkLabelsIncludeNumStrands {get; set;}
[Managed C++]
public: __property bool get_NetworkThroughputLinkLabelsIncludeNumStrands();
public: __property void set_NetworkThroughputLinkLabelsIncludeNumStrands( bool );
[Unmanaged C++]
public: HRESULT get_NetworkThroughputLinkLabelsIncludeNumStrands(
    VARIANT_BOOL * pVal
);
public: HRESULT put_NetworkThroughputLinkLabelsIncludeNumStrands(
    VARIANT_BOOL networkThroughputLinkLabelsIncludeNumStrands
);
[Java]
public bool getNetworkThroughputLinkLabelsIncludeNumStrands();
public void setNetworkThroughputLinkLabelsIncludeNumStrands(
    bool
);
[Python - STK API ]
@property
def NetworkThroughputLinkLabelsIncludeNumStrands(self) -> bool:

@NetworkThroughputLinkLabelsIncludeNumStrands.setter
def NetworkThroughputLinkLabelsIncludeNumStrands(self, networkThroughputLinkLabelsIncludeNumStrands:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.