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





Windows & Linux

Description

The desired links line color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DesiredLinksColor() As System.Drawing.Color
[C#]
public System.Drawing.Color DesiredLinksColor {get; set;}
[Managed C++]
public: __property uint get_DesiredLinksColor();
public: __property void set_DesiredLinksColor( uint );
[Unmanaged C++]
public: HRESULT get_DesiredLinksColor(
    uint * pVal
);
public: HRESULT put_DesiredLinksColor(
    uint pVal
);
[Java]
public long getDesiredLinksColor();
public void setDesiredLinksColor(
    long
);
[Python - STK API ]
@property
def DesiredLinksColor(self) -> agi.stk12.utilities.colors.Color:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.