STK Vector Geometry ToolSend comments on this topic.
FileInterpolationType Property (IAgCrdnCalcScalarFile)
See Also
Windows






Windows & Linux

Description

The interpolation method used with the data.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FileInterpolationType() As AgECrdnFileInterpolatorType
[C#]
public AgECrdnFileInterpolatorType FileInterpolationType {get; set;}
[Managed C++]
public: __property AgECrdnFileInterpolatorType get_FileInterpolationType();
public: __property void set_FileInterpolationType( AgECrdnFileInterpolatorType );
[Unmanaged C++]
public: HRESULT get_FileInterpolationType(
    AgECrdnFileInterpolatorType * pRetVal
);
public: HRESULT put_FileInterpolationType(
    AgECrdnFileInterpolatorType FileInterpolationType
);
[Java]
public AgECrdnFileInterpolatorType getFileInterpolationType();
public void setFileInterpolationType(
    AgECrdnFileInterpolatorType
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.