Click or drag to resize

ConvertChannelToLVF Class

Create Large Volume file for image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, String
          MediaCy.Viewers.NDConvertChannelToLVF

Namespace:  MediaCy.Viewers.ND
Assembly:  MediaCy.Viewers.ND (in MediaCy.Viewers.ND.dll) Version: 3.1.0.0
Syntax
VB
Public Class ConvertChannelToLVF
	Inherits OneInputOneOutputCommand(Of Object, String)

The ConvertChannelToLVF type exposes the following members.

Constructors
  NameDescription
Public methodConvertChannelToLVF
Initializes a new instance of the ConvertChannelToLVF class
Public methodConvertChannelToLVF(String)
Initializes a new instance of the ConvertChannelToLVF class
Public methodConvertChannelToLVF(McCommand)
Initializes a new instance of the ConvertChannelToLVF class
Top
Properties
  NameDescription
Public propertyFileName
Name of the output large volume file.
Public propertyFrameIndices
Array of frame indices to convert. If Nothing, the whole image is converted.
Public propertyImageChannel
Image channel index, valid only for color images.
Top
Methods
  NameDescription
Public methodMarshalInputs (Overrides McCommandExtended.MarshalInputs.)
Top
Remarks