STK ObjectsSend comments on this topic.
Method Property (IAgVeInterpolation)
See Also
Windows





Windows & Linux

Description

The interpolation method.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Method() As AgEVeInterpolationMethod
[C#]
public AgEVeInterpolationMethod Method {get; set;}
[Managed C++]
public: __property AgEVeInterpolationMethod get_Method();
public: __property void set_Method( AgEVeInterpolationMethod );
[Unmanaged C++]
public: HRESULT get_Method(
    AgEVeInterpolationMethod * pVal
);
public: HRESULT put_Method(
    AgEVeInterpolationMethod InterpolationMethod
);
[Java]
public AgEVeInterpolationMethod getMethod();
public void setMethod(
    AgEVeInterpolationMethod
);
[Python - STK API ]
@property
def Method(self) -> "AgEVeInterpolationMethod":

@Method.setter
def Method(self, InterpolationMethod:"AgEVeInterpolationMethod") -> None:

Remarks

This property may not be modified if the %IAgVeIntegrator.UseVOP:STKObjects~IAgVeIntegrator~UseVOP% property is set to true.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.