Click or drag to resize

OptionsNDCommand Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandProperties
        MediaCy.Viewers.NDOptionsNDCommand

Namespace:  MediaCy.Viewers.ND
Assembly:  MediaCy.Viewers.ND (in MediaCy.Viewers.ND.dll) Version: 3.1.0.0
Syntax
VB
Public Class OptionsNDCommand
	Inherits BaseObjectCommand(Of Properties)

The OptionsNDCommand type exposes the following members.

Constructors
  NameDescription
Public methodOptionsNDCommand
Initializes a new instance of the OptionsNDCommand class
Public methodOptionsNDCommand(McCommand)
Initializes a new instance of the OptionsNDCommand class
Public methodOptionsNDCommand(McCommand, Object)
Initializes a new instance of the OptionsNDCommand class
Top
Properties
  NameDescription
Public propertyAdvancedSync
Synchronize rendering options of locked views, such as Slice position, orientation etc. When this option is off only camera position is synchronized. Multiple 3D views can be synchronized from the Image strip or the Lock button on the Image tab.
Public propertyNDecimals
Public propertySegmentation
Segmentation parameters
Public propertySelMeasurements
List of selected measurements.
Public propertyShowUnits
Show units in measurement labels
Public propertyShowVolumeHistogram
Top
Methods
  NameDescription
Public methodApplyProperties (Overrides BaseObjectCommand.ApplyProperties(Object).)
Public methodStatic memberFromObject
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
See Also