Click or drag to resize

AddReferenceObjectCommand Class

Adds a new reference object.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Addins.LearningSegmentationSmartSegmentationCommand
            MediaCy.Addins.LearningSegmentationAddReferenceObjectCommand

Namespace:  MediaCy.Addins.LearningSegmentation
Assembly:  MediaCy.Addins.LearningSegmentation (in MediaCy.Addins.LearningSegmentation.dll) Version: 3.1.0.0
Syntax
VB
Public Class AddReferenceObjectCommand
	Inherits SmartSegmentationCommand

The AddReferenceObjectCommand type exposes the following members.

Constructors
  NameDescription
Public methodAddReferenceObjectCommand
Initializes a new instance of the AddReferenceObjectCommand class
Public methodAddReferenceObjectCommand(McCommand)
Initializes a new instance of the AddReferenceObjectCommand class
Top
Properties
  NameDescription
Public propertyPoints
List of points
Public propertyPrompt (Overrides McCommandPrompt.)
Public propertyReferenceClass
Class of the reference object (0 - background)
Public propertyReferenceType
Type of the object
Top
Methods
  NameDescription
Public methodStatic memberFromFeature
Public methodOnRunning (Overrides McCommand.OnRunning.)
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks