AGI STK Objects 11 Send comments on this topic.
Color Property (IAgTargetGraphics)
See Also 





Description

The color in which the marker and label for the object is displayed in the 2D and 3D Graphics windows.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_Color();
public: __property void set_Color(
uint ^
);

[Unmanaged C++]
public: HRESULT get_Color(
uint ** ppRetVal
);
public: HRESULT put_Color(
uint * pNewColor
);

[Java]
public long getColor();public void setColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1