IGeometrySink.AddLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A double that specifies the z-coordinate of a point in a geometry instance. Is Nullable.