Point.IsLinear Method

Public Function IsLinear( _ 
ByVal tol As Double, _ 
ByRef line As Segment3D
) As Boolean
This language is not supported or no code example is available.
public bool IsLinear( 
double tol
out Segment3D line 
)
This language is not supported or no code example is available.

Parameters

tol
double

line
Segment3D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition