STK ObjectsSend comments on this topic.
ClutterColor Property (IAgRadarAccessGraphics)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_ClutterColor(
    uint val
);
[Java]
public long getClutterColor();
public void setClutterColor(
    long
);
[Python - STK API ]
@property
def ClutterColor(self) -> agi.stk12.utilities.colors.Color:

@ClutterColor.setter
def ClutterColor(self, val:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.