Click or drag to resize

AddClass Class

Adds a new adge class to the collection.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.LineProfileEngineCommand
            MediaCy.Commands.LineProfileAddClass

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

The AddClass type exposes the following members.

Constructors
  NameDescription
Public methodAddClass
Initializes a new instance of the AddClass class
Public methodAddClass(McCommand)
Initializes a new instance of the AddClass class
Top
Properties
  NameDescription
Public propertyColor
The color associated with the class.
Public propertyLabel
Label/text associated with the class.
Public propertyReference
If True - this is a reference class (used for references markers).
Top
Methods
  NameDescription
Public methodStatic memberCreateFrom
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks