Click or drag to resize

IMcView3DVolumeSize Property

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

Namespace:  MediaCy.IQL.Display.Viewer3D
Assembly:  MediaCy.IQL.Display.Viewer3D (in MediaCy.IQL.Display.Viewer3D.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 McView3D.
See Also