AGI STK Objects 11 Send comments on this topic.
Method Property (IAgVeInterpolation)
See Also 





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 * pRetVal
);
public: HRESULT put_Method(
AgEVeInterpolationMethod NewMethod
);

[Java]
public AgEVeInterpolationMethod getMethod();public void setMethod(
AgEVeInterpolationMethod
);

Remarks

This property may not be modified if the IAgVeIntegrator.UseVOP property is set to true.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1