Click or drag to resize

McSurfacePlotOptionsCommand Class

Base surface plot options command.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMcSurfacePlotOptionsCommandProperties
        MediaCy.Viewers.SurfaceplotMcSurfacePlotOptionsCommand

Namespace:  MediaCy.Viewers.Surfaceplot
Assembly:  MediaCy.Viewers.Surfaceplot (in MediaCy.Viewers.Surfaceplot.dll) Version: 3.1.0.0
Syntax
VB
Public Class McSurfacePlotOptionsCommand
	Inherits BaseObjectCommand(Of McSurfacePlotOptionsCommandProperties)

The McSurfacePlotOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodMcSurfacePlotOptionsCommand
Initializes a new instance of the McSurfacePlotOptionsCommand class
Public methodMcSurfacePlotOptionsCommand(McCommand)
Initializes a new instance of the McSurfacePlotOptionsCommand class
Public methodMcSurfacePlotOptionsCommand(McCommand, Object)
Initializes a new instance of the McSurfacePlotOptionsCommand class
Top
Properties
  NameDescription
Public propertyAutoRange
Auto range for Z axis
Public propertyAutoReloadTopology
Auto-reload when image changed
Public propertyBackgroundColor1
Start background color
Public propertyBackgroundColor2
End background color
Public propertyBackgroundStyle
Background style
Public propertyDrawMode
Draw mode
Public propertyFrameContour
Show contour between color bands
Public propertyHeightScale
Vertical scale of surface plot
Public propertyInput
Public propertyLegendPosition
Position of legend
Public propertyLightColor
Light color
Public propertyLightModel
Type of light model
Public propertyMaxImageSize
Maximum image size (the image will be scaled down to this size)
Public propertyNumberOfZones
Number of pseudo-color zones
Public propertyOrthogonalProjection
Use orthogonal or perspective projections
Public propertyPalette
Palette name
Public propertyShowAxes
Show walls
Public propertyShowLegend
Show legend
Public propertyShowTextureOverlay
Include image overlays in texture image
Public propertySmoothPalette
Smooth colors between bands
Public propertySurfaceTransparencyPercent
Transparency in percents
Public propertySyncPaletteWithAxis
Synchronize palette with axis
Public propertyTextColor
Text color on axes
Public propertyWallColor
Wall color
Public propertyWallTransparency
Wall transparency
Top
Methods
  NameDescription
Public methodStatic memberFromActWnd
Public methodStatic memberGetSurfView
Public methodReadProperty
Converting from OLE to NET
(Overrides BaseObjectCommand.ReadProperty(Object, UTP).)
Public methodRun
Top
See Also