Click or drag to resize

IMcView3DAutoSubsampling Property

Sets/gets volume auto subsampling property.

Namespace:  MediaCy.IQL.Display.Viewer3D
Assembly:  MediaCy.IQL.Display.Viewer3D (in MediaCy.IQL.Display.Viewer3D.dll) Version: 10.0.6912.0
Syntax
VB
Property AutoSubsampling As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
If property is set to TRUE, the volume is automatically sub-sample to fit cube with AutoSubsamplingLength dimensions. If the value is FALSE, subsampling is defined by Subsampling property.
Examples
VB
'set auto-subsampling
McView3D1.AutoSubsampling = TRUE
See Also