AGI STK Astrogator 11 Send comments on this topic.
LineColor Property (IAgVATargeterGraphActiveControl)
See Also 





Description

Line Color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineColor() As System.Drawing.Color

[C#]
public System.Drawing.Color LineColor {get; set;}

[Managed C++]
public: __property uint^ get_LineColor();
public: __property void set_LineColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_LineColor(
uint ** ppRetVal
);
public: HRESULT put_LineColor(
uint * pNewLineColor
);

[Java]
public long getLineColor();public void setLineColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1