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





Windows & Linux

Description

Show or hide all network throughput link labels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowNetworkThroughputLinkLabelsGfx() As Boolean
[C#]
public bool ShowNetworkThroughputLinkLabelsGfx {get; set;}
[Managed C++]
public: __property bool get_ShowNetworkThroughputLinkLabelsGfx();
public: __property void set_ShowNetworkThroughputLinkLabelsGfx( bool );
[Unmanaged C++]
public: HRESULT get_ShowNetworkThroughputLinkLabelsGfx(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowNetworkThroughputLinkLabelsGfx(
    VARIANT_BOOL showNetworkThroughputLinkLabelsGfx
);
[Java]
public bool getShowNetworkThroughputLinkLabelsGfx();
public void setShowNetworkThroughputLinkLabelsGfx(
    bool
);
[Python - STK API ]
@property
def ShowNetworkThroughputLinkLabelsGfx(self) -> bool:

@ShowNetworkThroughputLinkLabelsGfx.setter
def ShowNetworkThroughputLinkLabelsGfx(self, showNetworkThroughputLinkLabelsGfx:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.