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





Description

Gets or set the option for showing clutter graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowClutter() As Boolean

[C#]
public bool ShowClutter {get; set;}

[Managed C++]
public: __property bool get_ShowClutter();
public: __property void set_ShowClutter(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowClutter(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowClutter(
VARIANT_BOOL NewShowClutter
);

[Java]
public bool getShowClutter();public void setShowClutter(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1