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





Windows & Linux

Description

The color for the end nodes for network throughput graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NetworkThroughputEndNodesColor() As System.Drawing.Color
[C#]
public System.Drawing.Color NetworkThroughputEndNodesColor {get; set;}
[Managed C++]
public: __property uint get_NetworkThroughputEndNodesColor();
public: __property void set_NetworkThroughputEndNodesColor( uint );
[Unmanaged C++]
public: HRESULT get_NetworkThroughputEndNodesColor(
    uint * pVal
);
public: HRESULT put_NetworkThroughputEndNodesColor(
    uint networkThroughputEndNodesColor
);
[Java]
public long getNetworkThroughputEndNodesColor();
public void setNetworkThroughputEndNodesColor(
    long
);
[Python - STK API ]
@property
def NetworkThroughputEndNodesColor(self) -> agi.stk13.utilities.colors.Color:

@NetworkThroughputEndNodesColor.setter
def NetworkThroughputEndNodesColor(self, networkThroughputEndNodesColor:agi.stk13.utilities.colors.Color) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.