LinearPath.IsLinear Method

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

Parameters

tolerance
double

line
Segment3D

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition