AGI STK Objects 11 Send comments on this topic.
EnableSpeckle Property (IAgRadarClutterMapModelRae)
See Also 





Description

Gets or sets the speckle option.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableSpeckle();
public: __property void set_EnableSpeckle(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableSpeckle(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableSpeckle(
VARIANT_BOOL NewEnableSpeckle
);

[Java]
public bool getEnableSpeckle();public void setEnableSpeckle(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1