Click or drag to resize

AddCommand Class

Adds a new measurement feature.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsAddCommand
                MediaCy.Addins.MeasurementsModifyFeatureCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class AddCommand
	Inherits MeasurementsCommand

The AddCommand type exposes the following members.

Constructors
  NameDescription
Public methodAddCommand
Initializes a new instance of the AddCommand class
Public methodAddCommand(McCommand)
Initializes a new instance of the AddCommand class
Top
Properties
  NameDescription
Public propertyFeatureName
Name of the feature.
Public propertyMeasurementType
Type of the measurement to add.
Public propertyOutput
Returns created sub-feature, in case of Pitch with line, the list of Pitch lines is returned
Public propertyPoints
List of points to create new feature.
Public propertyPrompt (Overrides McCommandPrompt.)
Public propertySnapFeature
Defines if this is Snap feature or not. If this parameter is True, SnapOptions contain additional snap parameters.
Public propertySnapOptions
Snap options that used to auto-adjust the feature to the image.
Top
Methods
  NameDescription
Public methodStatic memberCreateFromGrObjFeature
Create new feature from graphic object.
Public methodStatic memberCreateFromTool
Create feature from tool and points.
Public methodStatic memberFromFeature
Create command from feature.
Public methodStatic memberFromTool
Create pick-points feature.
Public methodOnRunning (Overrides McCommand.OnRunning.)
Public methodRun
Public methodSaveParameterAsCode
Records Points and SnapOptions.
(Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks