STK ObjectsSend comments on this topic.
InterferenceLinksColor Property (IAgCommSystemGraphics)
See Also
Windows





Windows & Linux

Description

The interference links line color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterferenceLinksColor() As System.Drawing.Color
[C#]
public System.Drawing.Color InterferenceLinksColor {get; set;}
[Managed C++]
public: __property uint get_InterferenceLinksColor();
public: __property void set_InterferenceLinksColor( uint );
[Unmanaged C++]
public: HRESULT get_InterferenceLinksColor(
    uint * pVal
);
public: HRESULT put_InterferenceLinksColor(
    uint pVal
);
[Java]
public long getInterferenceLinksColor();
public void setInterferenceLinksColor(
    long
);
[Python - STK API ]
@property
def InterferenceLinksColor(self) -> agi.stk12.utilities.colors.Color:

@InterferenceLinksColor.setter
def InterferenceLinksColor(self, pVal:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.