This document is archived and information here might be outdated. Recommended version. |
Indicates if natural neighbor interpolation should be used.
[Visual Basic .NET]
Public Property NaturalNeighbor As Boolean
[C#]
public bool NaturalNeighbor {get; set;}
[C++]
HRESULT get_NaturalNeighbor(
Boolean* pNaturalNeighbor
);
[C++]
HRESULT put_NaturalNeighbor(
VARIANT_BOOL pNaturalNeighbor
);
[C++] Parameters pNaturalNeighbor [out, retval]
pNaturalNeighbor is a parameter of type bool* pNaturalNeighbor [in]
pNaturalNeighbor is a parameter of type bool