Click or drag to resize

ClassSettings Class

Sets the edge class parameters: text and color.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.LineProfileEngineCommand
            MediaCy.Commands.LineProfileClassSettings

Namespace:  MediaCy.Commands.LineProfile
Assembly:  MediaCy.Commands.LineProfile (in MediaCy.Commands.LineProfile.dll) Version: 3.1.0.0
Syntax
VB
Public Class ClassSettings
	Inherits EngineCommand

The ClassSettings type exposes the following members.

Constructors
  NameDescription
Public methodClassSettings
Initializes a new instance of the ClassSettings class
Public methodClassSettings(McCommand)
Initializes a new instance of the ClassSettings class
Top
Properties
  NameDescription
Public propertyColor
The color associated with the class.
Public propertyIndex
Index of the edge class.
Public propertyLabel
Label/text associated with the class.
Top
Methods
  NameDescription
Public methodClone (Overrides McCommandExtended.Clone(McCommand).)
Public methodStatic memberCrerateFrom
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks