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





Windows & Linux

Description

The primary interferer link line color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PrimaryInterfererLinkColor() As System.Drawing.Color
[C#]
public System.Drawing.Color PrimaryInterfererLinkColor {get; set;}
[Managed C++]
public: __property uint get_PrimaryInterfererLinkColor();
public: __property void set_PrimaryInterfererLinkColor( uint );
[Unmanaged C++]
public: HRESULT get_PrimaryInterfererLinkColor(
    uint * pVal
);
public: HRESULT put_PrimaryInterfererLinkColor(
    uint pVal
);
[Java]
public long getPrimaryInterfererLinkColor();
public void setPrimaryInterfererLinkColor(
    long
);
[Python - STK API ]
@property
def PrimaryInterfererLinkColor(self) -> agi.stk12.utilities.colors.Color:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.