Flag indicating whether the interpolation method and order settings specified within the file, if any, will be honored.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseNativeFileInterpolationSettings() As Boolean |
[C#] |
---|
public bool UseNativeFileInterpolationSettings {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseNativeFileInterpolationSettings(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseNativeFileInterpolationSettings( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseNativeFileInterpolationSettings( VARIANT_BOOL UseNativeFileInterpolationSettings ); |
[Java] |
---|
public bool getUseNativeFileInterpolationSettings(); public void setUseNativeFileInterpolationSettings( bool ); |