STK Vector Geometry ToolSend comments on this topic.
Type Property (IAgCrdnInterpBasic)
See Also
Windows





Windows & Linux

Description

Get the interpolation type, which can be Lagrange or Hermite interpolation. See STK help on interpolation for further details.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Type() As AgECrdnInterpolatorType
[C#]
public AgECrdnInterpolatorType Type {get; set;}
[Managed C++]
public: __property AgECrdnInterpolatorType get_Type();
public: __property void set_Type( AgECrdnInterpolatorType );
[Unmanaged C++]
public: HRESULT get_Type(
    AgECrdnInterpolatorType * pRetVal
);
public: HRESULT put_Type(
    AgECrdnInterpolatorType Type
);
[Java]
public AgECrdnInterpolatorType getType();
public void setType(
    AgECrdnInterpolatorType
);
[Python - STK API ]
@property
def Type(self) -> "AgECrdnInterpolatorType":

@Type.setter
def Type(self, Type:"AgECrdnInterpolatorType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.