Include acceleration data in the exported file.
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeAcceleration() As Boolean |
[C#] |
---|
public bool IncludeAcceleration {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeAcceleration(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeAcceleration( VARIANT_BOOL * pRetVal ); public: HRESULT put_IncludeAcceleration( VARIANT_BOOL IncludeAcceleration ); |
[Java] |
---|
public bool getIncludeAcceleration(); public void setIncludeAcceleration( bool ); |