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





Windows & Linux

Description

Show or hide all network throughput link graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowNetworkThroughputLinkGfx() As Boolean
[C#]
public bool ShowNetworkThroughputLinkGfx {get; set;}
[Managed C++]
public: __property bool get_ShowNetworkThroughputLinkGfx();
public: __property void set_ShowNetworkThroughputLinkGfx( bool );
[Unmanaged C++]
public: HRESULT get_ShowNetworkThroughputLinkGfx(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowNetworkThroughputLinkGfx(
    VARIANT_BOOL showNetworkThroughputLinkGfx
);
[Java]
public bool getShowNetworkThroughputLinkGfx();
public void setShowNetworkThroughputLinkGfx(
    bool
);
[Python - STK API ]
@property
def ShowNetworkThroughputLinkGfx(self) -> bool:

@ShowNetworkThroughputLinkGfx.setter
def ShowNetworkThroughputLinkGfx(self, showNetworkThroughputLinkGfx:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.