STK ObjectsSend comments on this topic.
UseMotionBlur Property (IAgSnEOIRPattern)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_UseMotionBlur(
    VARIANT_BOOL pVal
);
[Java]
public bool getUseMotionBlur();
public void setUseMotionBlur(
    bool
);
[Python - STK API ]
@property
def UseMotionBlur(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.