Click or drag to resize

IMcViewNDAutoSubsampling Property

Sets/gets volume auto subsampling property.

Namespace:  MediaCy.IQL.Display.ViewerND
Assembly:  MediaCy.IQL.Display.ViewerND (in MediaCy.IQL.Display.ViewerND.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 cume with AutoSubsamplingLength dimensions. If the value is FALSE, subsampling is defined by Subsampling property.
Examples
VB
'set auto-subsampling
McViewND1.AutoSubsampling = TRUE
See Also