Click or drag to resize

VOICropCommand Class

Creates a new volume based on VOI extents.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Viewers.NDViewNDCommand
            MediaCy.Viewers.NDVOICropCommand

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

The VOICropCommand type exposes the following members.

Constructors
  NameDescription
Public methodVOICropCommand
Initializes a new instance of the VOICropCommand class
Public methodVOICropCommand(McCommand)
Initializes a new instance of the VOICropCommand class
Top
Properties
  NameDescription
Public propertyOutput
Output can be an Image or Image Set.
Public propertyVisible
Visibility flag
Top
Methods
  NameDescription
Public methodRun
Top
Remarks
The output generated by the command can be McImage or McImageSet
See Also