AGI STK Objects 11 Send comments on this topic.
UseMotionBlur Property (IAgSnEOIRPattern)
See Also 





Description

The status flag for determining if the sensor should apply coarse motion blur to the simulated images or not.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseMotionBlur();
public: __property void set_UseMotionBlur(
bool
);

[Unmanaged C++]
public: HRESULT get_UseMotionBlur(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseMotionBlur(
VARIANT_BOOL NewUseMotionBlur
);

[Java]
public bool getUseMotionBlur();public void setUseMotionBlur(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1