AGI STK Objects 11 Send comments on this topic.
EnableSmooth Property (IAgSnVOPulse)
See Also 





Description

Opt whether to enable averaging of pixels over the range of the pulse to achieve smoother, better viewing quality.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableSmooth();
public: __property void set_EnableSmooth(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableSmooth(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableSmooth(
VARIANT_BOOL NewEnableSmooth
);

[Java]
public bool getEnableSmooth();public void setEnableSmooth(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1