GridInterpolatorDoInterpolate Property |
Bool specifying whether to interpolate (true) or take the closest value (false, default)
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public bool DoInterpolate { get; set; }
Public Property DoInterpolate As Boolean
Get
Set
public:
property bool DoInterpolate {
bool get ();
void set (bool value);
}
member DoInterpolate : bool with get, set
Property Value
Type:
BooleanSee Also