Click or drag to resize

SplitCommand Class

Splits measurement objects using manually created split lines or automatically.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsSplitCommand

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

The SplitCommand type exposes the following members.

Constructors
  NameDescription
Public methodSplitCommand
Initializes a new instance of the SplitCommand class
Public methodSplitCommand(String)
Initializes a new instance of the SplitCommand class
Public methodSplitCommand(McCommand, String)
Initializes a new instance of the SplitCommand class
Top
Properties
  NameDescription
Public propertySelectedOnly
Split only selected objects. If false all objects are split.
Public propertyUseLines
Use split lines, if false auto-split is used
Top
Remarks