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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.