Click or drag to resize

BaseOrthoSliceCommand Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandProperties
        MediaCy.Viewers.NDBaseViewNDOptionsCommandProperties
          MediaCy.Viewers.NDMcNDOrthoSliceClassCommand
            MediaCy.Viewers.NDBaseOrthoSliceCommand
              MediaCy.Viewers.NDModifyOrthoSliceCommand

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

The BaseOrthoSliceCommand type exposes the following members.

Constructors
  NameDescription
Public methodBaseOrthoSliceCommand
Initializes a new instance of the BaseOrthoSliceCommand class
Public methodBaseOrthoSliceCommand(McCommand)
Initializes a new instance of the BaseOrthoSliceCommand class
Public methodBaseOrthoSliceCommand(McCommand, Object)
Initializes a new instance of the BaseOrthoSliceCommand class
Top
Properties
  NameDescription
Public propertyInput2
Rendering element.
Top
Methods
  NameDescription
Public methodGetInputArguments
Redefines input parameter order as Input2,Input (default is declaration order)
(Overrides McCommandExtended.GetInputArguments.)
Public methodOnRecording (Overrides McCommandExtended.OnRecording(McScript, RecordOptions).)
Public methodRun
Runs the command.
Top
See Also