AGI STK Objects 11 Send comments on this topic.
Smoothing Property (IAgVmVO)
See Also 





Description

Enables to smooth out the volume and surface boundaries using interpolation between grid points.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_Smoothing();
public: __property void set_Smoothing(
bool
);

[Unmanaged C++]
public: HRESULT get_Smoothing(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Smoothing(
VARIANT_BOOL NewSmoothing
);

[Java]
public bool getSmoothing();public void setSmoothing(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1