Click or drag to resize

XYZPosition Class

Set XYZ Position.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.ImageXYZPosition

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class XYZPosition
	Inherits OneInputCommand(Of Object)

The XYZPosition type exposes the following members.

Constructors
  NameDescription
Public methodXYZPosition
Initializes a new instance of the XYZPosition class
Public methodXYZPosition(String)
Initializes a new instance of the XYZPosition class
Public methodXYZPosition(McCommand)
Initializes a new instance of the XYZPosition class
Top
Properties
  NameDescription
Public propertyFrame
Defines index of the frame.
Public propertyImports (Overrides McCommandImports.)
Public propertyInterpolateZ
Interpolate Z positions for all frames using 2 known positions.
Public propertyLocation
Defines location in the image set.
Public propertyPreserveZSpacing
Preserve current Z spacing.
Public propertyXPosition
Defines X position of the frame.
Public propertyYPosition
Defines Y position of the frame.
Public propertyZPosition
Defines absolute Z position of the frame.
Public propertyZPositionSite
Defines absolute Z position of the site.
Public propertyZSpacing
Defines Z spacing for the frames.
Top
Methods
  NameDescription
Public methodClone (Overrides McCommandExtended.Clone(McCommand).)
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Top
Remarks