IGeometrySink.AddLine Method

Definition

Defines points other than the starting endpoint in a geometry instance. This API is obsolete. IGeometrySink110 should be used instead.

public void AddLine (double x, double y, double? z, double? m);
abstract member AddLine : double * double * Nullable<double> * Nullable<double> -> unit
Public Sub AddLine (x As Double, y As Double, z As Nullable(Of Double), m As Nullable(Of Double))

Parameters

x
Double

A double that specifies the x-coordinate of a point in a geometry instance.

y
Double

A double that specifies the y-coordinate of a point in a geometry instance.

z
Nullable<Double>

A double that specifies the z-coordinate of a point in a geometry instance. Is Nullable.

m
Nullable<Double>

A double that specifies the measure for the point. Is Nullable.

Applies to