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





Windows & Linux

Description

Show or hide all network throughput node labels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowNetworkThroughputNodeLabelsGfx() As Boolean
[C#]
public bool ShowNetworkThroughputNodeLabelsGfx {get; set;}
[Managed C++]
public: __property bool get_ShowNetworkThroughputNodeLabelsGfx();
public: __property void set_ShowNetworkThroughputNodeLabelsGfx( bool );
[Unmanaged C++]
public: HRESULT get_ShowNetworkThroughputNodeLabelsGfx(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowNetworkThroughputNodeLabelsGfx(
    VARIANT_BOOL showNetworkThroughputNodeLabelsGfx
);
[Java]
public bool getShowNetworkThroughputNodeLabelsGfx();
public void setShowNetworkThroughputNodeLabelsGfx(
    bool
);
[Python - STK API ]
@property
def ShowNetworkThroughputNodeLabelsGfx(self) -> bool:

@ShowNetworkThroughputNodeLabelsGfx.setter
def ShowNetworkThroughputNodeLabelsGfx(self, showNetworkThroughputNodeLabelsGfx:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.