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





Windows & Linux

Description

Show or hide all network throughput graphics if computed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowNetworkThroughputGfx() As Boolean
[C#]
public bool ShowNetworkThroughputGfx {get; set;}
[Managed C++]
public: __property bool get_ShowNetworkThroughputGfx();
public: __property void set_ShowNetworkThroughputGfx( bool );
[Unmanaged C++]
public: HRESULT get_ShowNetworkThroughputGfx(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowNetworkThroughputGfx(
    VARIANT_BOOL showNetworkThroughputGfx
);
[Java]
public bool getShowNetworkThroughputGfx();
public void setShowNetworkThroughputGfx(
    bool
);
[Python - STK API ]
@property
def ShowNetworkThroughputGfx(self) -> bool:

@ShowNetworkThroughputGfx.setter
def ShowNetworkThroughputGfx(self, showNetworkThroughputGfx:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.