AGI STK Objects 11 Send comments on this topic.
CentroidColor Property (IAgATGraphics)
See Also 





Description

Color in which the area target centroid is displayed.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_CentroidColor();
public: __property void set_CentroidColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_CentroidColor(
uint ** ppRetVal
);
public: HRESULT put_CentroidColor(
uint * pNewCentroidColor
);

[Java]
public long getCentroidColor();public void setCentroidColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1