Click or drag to resize

Polyline Class

Creates new or modifies parameters of the existing Polyline object.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.OverlaysOverlayCommand
            MediaCy.Commands.OverlaysShape
              MediaCy.Commands.OverlaysPolyline

Namespace:  MediaCy.Commands.Overlays
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class Polyline
	Inherits Shape

The Polyline type exposes the following members.

Constructors
  NameDescription
Public methodPolyline
Initializes a new instance of the Polyline class
Public methodPolyline(McCommand)
Initializes a new instance of the Polyline class
Top
Properties
  NameDescription
Public propertyClosed
If True than object is closed (polygon), False - polyline.
Public propertyPoints
Defines points for the polyline.
Public propertySmoothCurves
Value setting the degree of smoothing with which this polyline or polygon is to be drawn.
Top
Methods
  NameDescription
Public methodStatic memberFromGraphObj
Create a new Polyline using the properties of an existing McGraphObjPoly object.
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks