STK AstrogatorSend comments on this topic.
InterpolationMethod Property (IAgVASRPTabAreaVec)
See Also
Windows





Windows & Linux

Description

Gets or sets the file interpolation method.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolationMethod() As AgEVATabVecInterpMethod
[C#]
public AgEVATabVecInterpMethod InterpolationMethod {get; set;}
[Managed C++]
public: __property AgEVATabVecInterpMethod get_InterpolationMethod();
public: __property void set_InterpolationMethod( AgEVATabVecInterpMethod );
[Unmanaged C++]
public: HRESULT get_InterpolationMethod(
    AgEVATabVecInterpMethod * pVal
);
public: HRESULT put_InterpolationMethod(
    AgEVATabVecInterpMethod InVal
);
[Java]
public AgEVATabVecInterpMethod getInterpolationMethod();
public void setInterpolationMethod(
    AgEVATabVecInterpMethod
);
[Python - STK API ]
@property
def InterpolationMethod(self) -> "AgEVATabVecInterpMethod":

@InterpolationMethod.setter
def InterpolationMethod(self, InVal:"AgEVATabVecInterpMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.