Gets or sets the interpolation type.
Read-write property
[Visual Basic .NET] |
---|
Public Property InterpolationType() As AgESpiceInterpolation |
[C#] |
---|
public AgESpiceInterpolation InterpolationType {get; set;} |
[Managed C++] |
---|
public: __property AgESpiceInterpolation get_InterpolationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_InterpolationType( AgESpiceInterpolation * pVal ); public: HRESULT put_InterpolationType( AgESpiceInterpolation InterpolationType ); |
[Java] |
---|
public AgESpiceInterpolation getInterpolationType(); public void setInterpolationType( AgESpiceInterpolation ); |
[Python - STK API ] |
---|
@property def InterpolationType(self) -> "AgESpiceInterpolation": @InterpolationType.setter def InterpolationType(self, InterpolationType:"AgESpiceInterpolation") -> None: |