AGI STK Objects 11Send 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 ** ppRetVal
);
public: HRESULT put_PrimaryInterfererLinkColor(
   uint * pNewPrimaryInterfererLinkColor
);
[Java]
public long getPrimaryInterfererLinkColor();public void setPrimaryInterfererLinkColor(
   long
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.