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






Windows & Linux

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 * pVal
);
public: HRESULT put_ShowClutter(
    VARIANT_BOOL val
);
[Java]
public bool getShowClutter();
public void setShowClutter(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.