AGI STK Objects 11 Send comments on this topic.
ClutterColor Property (IAgRadarAccessGraphics)
See Also 





Description

Gets or sets the clutter color.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_ClutterColor();
public: __property void set_ClutterColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_ClutterColor(
uint ** ppRetVal
);
public: HRESULT put_ClutterColor(
uint * pNewClutterColor
);

[Java]
public long getClutterColor();public void setClutterColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1