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

SamplingParams Class

Namespace:Fil
Assembly:FilNet.Types.dll

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

Constructors

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

Properties

 NameTypeDescription
InterpolationFil.InterpolationMethod
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
SampleCountFtl.Optional<System.Int32>
SamplingStepSystem.Single

Methods

 NameDescription
CopyTo(Fil.SamplingParams)
Dispose()Inherited from Fil.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Fil.SamplingParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Fil.SamplingParams)
ToString()Inherited from System.Object

Remarks

See also