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
SyntaxReadOnly Property SubSampling As Double
Get
Property Value
Type:
Double
RemarksGets 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 AlsoReference
IMcImageSetSectionSubSampling