IMcView3DBeginBlockUpdate Method
|
|
Enables/Disables 3D viewer update during block operations.
Namespace:
MediaCy.IQL.Display.Viewer3D
Assembly:
MediaCy.IQL.Display.Viewer3D (in MediaCy.IQL.Display.Viewer3D.dll) Version: 10.0.6912.0
SyntaxSub BeginBlockUpdate (
newVal As Boolean
)
Parameters
- newVal
- Type: SystemBoolean
RemarksCall this function to disable updates setting multiple parameters.
Every call BeginUpdateBlock TRUE must be followed by BeginUpdateBlock FALSE.
Calling BeginUpdateBlock FALSE refreshes the image.
ExamplesWith McView3D1
.BeginBlockUpdate True
.VoxelSizeX = 2
.VoxelSizeY = 2
.VoxelSizeZ = 200
.BeginBlockUpdate False
End With
See Also