Click or drag to resize
GeLine Constructor (Double, Double, Double, GeCoordinate)
Initializes a new instance of the line using specified parameters.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeLine(
	double l,
	double m,
	double n,
	GeCoordinate coordinate
)

Parameters

l
Type: SystemDouble
m
Type: SystemDouble
n
Type: SystemDouble
coordinate
Type: FDF.Common.GeometriesGeCoordinate
Remarks