IMcViewNDBeginBlockUpdate Method
|
|
Enables/Disables ND viewer update during block operations.
Namespace:
MediaCy.IQL.Display.ViewerND
Assembly:
MediaCy.IQL.Display.ViewerND (in MediaCy.IQL.Display.ViewerND.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 McViewND1
.BeginBlockUpdate True
.VoxelSizeX = 2
.VoxelSizeY = 2
.VoxelSizeZ = 200
.BeginBlockUpdate False
End With
See Also