STK ObjectsSend comments on this topic.
EnableSmooth Property (IAgSnVOPulse)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_EnableSmooth(
    VARIANT_BOOL pVal
);
[Java]
public bool getEnableSmooth();
public void setEnableSmooth(
    bool
);
[Python - STK API ]
@property
def EnableSmooth(self) -> bool:

@EnableSmooth.setter
def EnableSmooth(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.