Click or drag to resize

IMcViewNDVolumeSize Property

Returns estimated volume size in X,Y and Z directions.

Namespace:  MediaCy.IQL.Display.ViewerND
Assembly:  MediaCy.IQL.Display.ViewerND (in MediaCy.IQL.Display.ViewerND.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property VolumeSize ( 
	<OptionalAttribute> newVal As Object
) As Object
	Get

Parameters

newVal (Optional)
Type: SystemObject

Property Value

Type: Object
Remarks
The output value is a LONGPOINT3D value with volume size along all directions. The property can be used to estimate volume size before loading it into McViewND.
See Also