Click or drag to resize

mcLineProfilesSampleModes Enumeration

Allowed values for the McLineProfiles.SampleMode property

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcLineProfilesSampleModes
Members
  Member nameValueDescription
mclpsmFixedNumberOfSamples0The line is broken into a fixednumber of samples given by the McLineProfiles.NumberOfSamplesDesired property.
mclpsmFixedSampleLength1The line is broken into samples of alength given by the McLineProfiles.LengthPerSampleDesired property. The last (or only) sample may be shorter than the specified length.
See Also