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