Click or drag to resize

McLensClassCommand Class

Base lens command.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMcLensClassCommandProperties
        MediaCy.Addins.SystemSettingsMcLensClassCommand
          MediaCy.Addins.SystemSettings.CommandsModifyLens
          MediaCy.Addins.SystemSettingsCreateLensCommand

Namespace:  MediaCy.Addins.SystemSettings
Assembly:  MediaCy.Addins.SystemSettings (in MediaCy.Addins.SystemSettings.dll) Version: 3.1.0.0
Syntax
VB
Public Class McLensClassCommand
	Inherits BaseObjectCommand(Of McLensClassCommandProperties)

The McLensClassCommand type exposes the following members.

Constructors
  NameDescription
Public methodMcLensClassCommand
Initializes a new instance of the McLensClassCommand class
Public methodMcLensClassCommand(McCommand)
Initializes a new instance of the McLensClassCommand class
Public methodMcLensClassCommand(McCommand, Object)
Initializes a new instance of the McLensClassCommand class
Top
Properties
  NameDescription
Public propertyCalibration
Assigned to lens spatial calibration
Public propertyCameraName
Camera name.
Public propertyColorKey
Color key of the lens
Public propertyDescription
Lens description
Public propertyMagnification
Lens magnification
Public propertyManufacturer
Lens manufacturer
Public propertyMedium
Medium name
Public propertyName
Lens name
Public propertyNumericalAperture
Numerical aperture of lens
Public propertyPartNumber
Part number (optional parameter)
Public propertyRefractiveIndex
Refractive index of lens
Top
Methods
  NameDescription
Public methodStatic memberFromObject
Public methodReadProperty (Overrides BaseObjectCommand.ReadProperty(Object, UTP).)
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks