Show / Hide Table of Contents

Class Polyline

A line with multiple line segments.

Inheritance
System.Object
Polyline
Implements
IMessage<Polyline>
System.IEquatable<Polyline>
IDeepCloneable<Polyline>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class Polyline : IMessage<Polyline>, IEquatable<Polyline>, IDeepCloneable<Polyline>, IBufferMessage, IMessage

Constructors

Polyline()

Declaration
public Polyline()

Polyline(Polyline)

Declaration
public Polyline(Polyline other)
Parameters
Type Name Description
Polyline other

Properties

Vertices

The polyline vertices.

Declaration
public RepeatedField<Vertex> Vertices { get; }
Property Value
Type Description
RepeatedField<Vertex>
Back to top