Click or drag to resize

IMcImageSetSectionSubSampling Property

The subsampling of this section

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property SubSampling As Double
	Get

Property Value

Type: Double
Remarks
Gets the number of elements to skip along this section's dimension, as determined by the DesiredExtent. Returns 1.0 if the desired extent has not been set or is set to equal the full extent. Returns -1 if the section has a discontinuous selection. When the DesiredExtent property is set, the SubSampling will be calculated to result in the specified number of locations along the dimension; that is (Extent-1)/(DesitredExtent-1).
See Also