You are here: Start » FIL.NET » SamplingParams Structure

SamplingParams Structure

Namespace:FilNet
Assembly:FIL.NET.TS.dll

This structure contains parameters for controlling the sampling along a path process.

Constructors

 ConstructorDescription
SamplingParams(InterpolationMethod, Single, Nullable<Int32>)

Properties

 NameTypeDescription
DefaultFilNet.SamplingParams
InterpolationFilNet.InterpolationMethodSelects the method of sub-pixel image sampling
IsDefaultSystem.Boolean
SampleCountSystem.Nullable<System.Int32>Number of points at a single sampling place
SamplingStepSystem.SingleDetermines the distance between two consecutive sampling places on a path

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(FilNet.SamplingParams)
Equals(FilNet.SamplingParams, FilNet.SamplingParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also