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





Windows & Linux

Description

Pixel size of nodes when network throughput graphics are displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NetworkThroughputNodePointSize() As Double
[C#]
public double NetworkThroughputNodePointSize {get; set;}
[Managed C++]
public: __property double get_NetworkThroughputNodePointSize();
public: __property void set_NetworkThroughputNodePointSize( double );
[Unmanaged C++]
public: HRESULT get_NetworkThroughputNodePointSize(
    double * pVal
);
public: HRESULT put_NetworkThroughputNodePointSize(
    double pVal
);
[Java]
public double getNetworkThroughputNodePointSize();
public void setNetworkThroughputNodePointSize(
    double
);
[Python - STK API ]
@property
def NetworkThroughputNodePointSize(self) -> float:

@NetworkThroughputNodePointSize.setter
def NetworkThroughputNodePointSize(self, pVal:float) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.