Click or drag to resize

BaseObliqueSliceCommand Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandProperties
        MediaCy.Viewers.NDBaseViewNDOptionsCommandProperties
          MediaCy.Viewers.NDMcNDObliqueSliceClassCommand
            MediaCy.Viewers.NDBaseObliqueSliceCommand
              MediaCy.Viewers.NDModifyObliqueSliceCommand

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

The BaseObliqueSliceCommand type exposes the following members.

Constructors
  NameDescription
Public methodBaseObliqueSliceCommand
Initializes a new instance of the BaseObliqueSliceCommand class
Public methodBaseObliqueSliceCommand(McCommand)
Initializes a new instance of the BaseObliqueSliceCommand class
Public methodBaseObliqueSliceCommand(McCommand, Object)
Initializes a new instance of the BaseObliqueSliceCommand 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