AGI STK Objects 11Send 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 * 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.