Click or drag to resize

ReloadCommand Class

Reloads image with new options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Viewers.NDViewNDCommand
            MediaCy.Viewers.NDReloadCommand

Namespace:  MediaCy.Viewers.ND
Assembly:  MediaCy.Viewers.ND (in MediaCy.Viewers.ND.dll) Version: 3.1.0.0
Syntax
VB
Public Class ReloadCommand
	Inherits ViewNDCommand

The ReloadCommand type exposes the following members.

Constructors
  NameDescription
Public methodReloadCommand
Initializes a new instance of the ReloadCommand class
Public methodReloadCommand(McCommand)
Initializes a new instance of the ReloadCommand class
Top
Properties
  NameDescription
Public propertyAutoSubsampling
Auto subsampling.
Public propertyAutoSubsamplingLength
The size of the cube used to calculate subsampling.
Public propertySubSamplingX
Subsampling in X direction.
Public propertySubSamplingY
Subsampling in Y direction.
Public propertySubSamplingZ
Subsampling in Z direction.
Public propertyVoxelSizeX
Voxel size in X direction.
Public propertyVoxelSizeY
Voxel size in Y direction.
Public propertyVoxelSizeZ
Voxel size in Z direction.
Top
Methods
  NameDescription
Public methodStatic memberFromWindowND
Top
Remarks