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

SamplingParams Class

Namespace:Avl
Assembly:AvlNet.Types.dll

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

Constructors

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

Properties

 NameTypeDescription
InterpolationAvl.InterpolationMethod
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
SampleCountAtl.Optional<System.Int32>
SamplingStepSystem.Single

Methods

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

Remarks

See also