Click or drag to resize

IMcImageSetSectionDesiredExtent Property

The desired extent of this section

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Property DesiredExtent As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
Gets or sets the desired extent along this section's dimension (which extends from this sections Location). Returns -1 if the section has a discontinuous selection. The desired extent can be set to -1 to turn off sub-sampling, in which case the Extent will be used. When this property is set, the SubSampling will be calculated to result in the specified number of locations along the dimension.
See Also